* funcname.tab: generated from DEFUN

* main.c menu.c: use DEFUN
This commit is contained in:
Fumitoshi UKAI
2003-09-26 20:45:53 +00:00
parent eb5aa3e915
commit 28bc348680
6 changed files with 161 additions and 285 deletions

4
fm.h
View File

@@ -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.
*/