CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/30 23:46:51

Index: src/m4.h
===================================================================
RCS file: /sources/m4/m4/src/m4.h,v
retrieving revision 1.1.1.1.2.22
retrieving revision 1.1.1.1.2.23
diff -u -b -r1.1.1.1.2.22 -r1.1.1.1.2.23
--- src/m4.h    30 Jul 2006 03:18:12 -0000      1.1.1.1.2.22
+++ src/m4.h    30 Jul 2006 23:46:51 -0000      1.1.1.1.2.23
@@ -84,9 +84,8 @@
 typedef struct string STRING;
 
 /* Memory allocation.  */
-void xfree (void *);
 #define obstack_chunk_alloc    xmalloc
-#define obstack_chunk_free     xfree
+#define obstack_chunk_free     free
 
 /* Those must come first.  */
 typedef struct token_data token_data;


Reply via email to