m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/module.c,v


From: Eric Blake
Subject: Changes to m4/m4/module.c,v
Date: Tue, 05 Sep 2006 13:25:26 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/05 13:25:24

Index: m4/module.c
===================================================================
RCS file: /sources/m4/m4/m4/module.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- m4/module.c 29 Aug 2006 20:38:30 -0000      1.42
+++ m4/module.c 5 Sep 2006 13:25:24 -0000       1.43
@@ -150,6 +150,7 @@
          assert (bp->min_args > 0
                  || (bp->flags & (M4_BUILTIN_BLIND
                                   | M4_BUILTIN_SIDE_EFFECT)) == 0);
+         assert ((bp->flags & ~M4_BUILTIN_FLAGS_MASK) == 0);
 
          m4_set_symbol_value_func (value, bp->func);
          VALUE_HANDLE   (value)        = handle;




reply via email to

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