m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/m4private.h,v


From: Eric Blake
Subject: Changes to m4/m4/m4private.h,v
Date: Fri, 13 Oct 2006 16:46:49 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/10/13 16:46:47

Index: m4/m4private.h
===================================================================
RCS file: /sources/m4/m4/m4/m4private.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- m4/m4private.h      12 Oct 2006 21:14:50 -0000      1.66
+++ m4/m4private.h      13 Oct 2006 16:46:47 -0000      1.67
@@ -220,6 +220,8 @@
 #  define m4_get_symbol_value_func(V)  ((V)->u.func)
 #  define m4_get_symbol_value_placeholder(V)                           \
                                        ((V)->u.text)
+#  define m4_symbol_value_groks_macro(V) (BIT_TEST ((V)->flags,                
\
+                                                    VALUE_MACRO_ARGS_BIT))
 
 #  define m4_set_symbol_value_text(V, T)                               \
        ((V)->type = M4_SYMBOL_TEXT, (V)->u.text = (T))




reply via email to

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