CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/01/15 14:04:27

Index: modules/load.c
===================================================================
RCS file: /sources/m4/m4/modules/load.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- modules/load.c      26 Sep 2006 13:19:26 -0000      1.20
+++ modules/load.c      15 Jan 2007 14:04:27 -0000      1.21
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2005, 2006, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -63,7 +63,7 @@
 m4_macro m4_macro_table[] =
 {
   /* name                      text */
-  { "__modules__",             "" },
+  { "__load__",                "" },
   { NULL, NULL },
 };
 


Reply via email to