m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/macro.c,v


From: Gary V. Vaughan
Subject: Changes to m4/m4/macro.c,v
Date: Wed, 12 Sep 2007 01:14:52 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Gary V. Vaughan <gary>  07/09/12 01:14:49

Index: m4/macro.c
===================================================================
RCS file: /sources/m4/m4/m4/macro.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- m4/macro.c  7 Aug 2007 03:15:27 -0000       1.70
+++ m4/macro.c  12 Sep 2007 01:14:48 -0000      1.71
@@ -185,7 +185,7 @@
 
              if (argp->type == M4_SYMBOL_VOID)
                {
-                 VALUE_HANDLE (argp) = NULL;
+                 VALUE_MODULE (argp) = NULL;
                  m4_set_symbol_value_text (argp, text);
                }
              return type == M4_TOKEN_COMMA;
@@ -361,7 +361,7 @@
 
          if (!groks_macro_args && m4_is_symbol_value_func (&token))
            {
-             VALUE_HANDLE (&token) = NULL;
+             VALUE_MODULE (&token) = NULL;
              m4_set_symbol_value_text (&token, "");
            }
          tokenp = (m4_symbol_value *) obstack_copy (arguments, &token,




reply via email to

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