aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-26 20:45:53 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-26 20:45:53 +0000
commit28bc34868006fa97ce4c8ef0198c2eb3af4208da (patch)
tree24f4be7c0845895ddcb2b78ebc6c07bcadb27833 /fm.h
parentadd comments (diff)
downloadw3m-28bc34868006fa97ce4c8ef0198c2eb3af4208da.tar.gz
w3m-28bc34868006fa97ce4c8ef0198c2eb3af4208da.zip
* funcname.tab: generated from DEFUN
* main.c menu.c: use DEFUN
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 3699529..89ef44e 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.122 2003/09/24 18:48:59 ukai Exp $ */
+/* $Id: fm.h,v 1.123 2003/09/26 20:45:53 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -94,6 +94,8 @@ void bzero(void *, int);
#define init(x)
#endif /* not MAINPROGRAM */
+#define DEFUN(funcname, macroname, docstring) void funcname(void)
+
/*
* Constants.
*/