m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/m4.h,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/m4.h,v [branch-1_4]
Date: Sun, 30 Jul 2006 23:46:53 +0000

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

[Prev in Thread] Current Thread [Next in Thread]