[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
m4/list.h
From: |
Akim Demaille |
Subject: |
m4/list.h |
Date: |
17 Aug 2001 13:45:41 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* m4/m4module.h (m4/list.h): Don't include it.
Index: m4/m4module.h
===================================================================
RCS file: /cvs/m4/m4/m4module.h,v
retrieving revision 1.9
diff -u -u -r1.9 m4module.h
--- m4/m4module.h 2001/08/16 22:21:30 1.9
+++ m4/m4module.h 2001/08/17 11:40:27
@@ -27,7 +27,6 @@
#endif
#include <m4/error.h>
-#include <m4/list.h>
#include <m4/ltdl.h>
#include <m4/system.h>
@@ -387,7 +386,7 @@
/* push back input */
extern void m4_push_file M4_PARAMS((FILE *, const char *));
extern void m4_push_single M4_PARAMS((int ch));
-extern void m4_push_macro M4_PARAMS((m4_builtin_func *, lt_dlhandle,
+extern void m4_push_macro M4_PARAMS((m4_builtin_func *, lt_dlhandle,
boolean));
extern struct obstack *m4_push_string_init M4_PARAMS((void));
extern const char *m4_push_string_finish M4_PARAMS((void));
- m4/list.h,
Akim Demaille <=