m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/m4module.h,v


From: Eric Blake
Subject: Changes to m4/m4/m4module.h,v
Date: Thu, 28 Sep 2006 04:22:35 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/28 04:22:33

Index: m4/m4module.h
===================================================================
RCS file: /sources/m4/m4/m4/m4module.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- m4/m4module.h       27 Sep 2006 13:21:05 -0000      1.88
+++ m4/m4module.h       28 Sep 2006 04:22:33 -0000      1.89
@@ -217,10 +217,11 @@
 extern bool            m4_set_symbol_name_traced (m4_symbol_table*,
                                                   const char *, bool);
 extern void    m4_symbol_value_print   (m4_symbol_value *, m4_obstack *, bool,
-                                        const char *, const char *, size_t);
+                                        const char *, const char *, size_t,
+                                        bool);
 extern void    m4_symbol_print         (m4_symbol *, m4_obstack *, bool,
                                         const char *, const char *, bool,
-                                        size_t);
+                                        size_t, bool);
 
 #define m4_is_symbol_void(symbol)                                      \
        (m4_is_symbol_value_void (m4_get_symbol_value (symbol)))




reply via email to

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