m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/modules/load.c,v


From: Eric Blake
Subject: Changes to m4/modules/load.c,v
Date: Tue, 19 Sep 2006 11:41:27 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/19 11:41:25

Index: modules/load.c
===================================================================
RCS file: /sources/m4/m4/modules/load.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- modules/load.c      25 Aug 2006 22:06:42 -0000      1.18
+++ modules/load.c      19 Sep 2006 11:41:25 -0000      1.19
@@ -34,7 +34,7 @@
 
           function     macros  blind   side    minargs maxargs */
 #define builtin_functions                                      \
-  BUILTIN (modules,    false,  false,  false,  0,      0  )    \
+  BUILTIN (m4modules,  false,  false,  false,  0,      0  )    \
   BUILTIN (load,       false,  true,   false,  1,      1  )    \
   BUILTIN (unload,     false,  true,   false,  1,      1  )    \
 
@@ -87,9 +87,9 @@
    of the m4 builtins declared in `m4_builtin_table[]' above.  */
 
 /**
- * modules()
+ * m4modules()
  **/
-M4BUILTIN_HANDLER (modules)
+M4BUILTIN_HANDLER (m4modules)
 {
   /* The expansion of this builtin is a comma separated list of
      loaded modules.  */




reply via email to

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