diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index d629c40198a..09830a980f2 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2276,8 +2276,6 @@ void staticpro (Lisp_Object *); | |||
| 2276 | appropriate prototype. */ | 2276 | appropriate prototype. */ |
| 2277 | #define EXFUN(fnname, maxargs) \ | 2277 | #define EXFUN(fnname, maxargs) \ |
| 2278 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs | 2278 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs |
| 2279 | #define INFUN(fnname, maxargs) \ | ||
| 2280 | static Lisp_Object fnname DEFUN_ARGS_ ## maxargs | ||
| 2281 | 2279 | ||
| 2282 | /* Forward declarations for prototypes. */ | 2280 | /* Forward declarations for prototypes. */ |
| 2283 | struct window; | 2281 | struct window; |