CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 07/04/02 12:06:23
Index: modules/load.c =================================================================== RCS file: /sources/m4/m4/modules/load.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -b -r1.21 -r1.22 --- modules/load.c 15 Jan 2007 14:04:27 -0000 1.21 +++ modules/load.c 2 Apr 2007 12:06:23 -0000 1.22 @@ -19,9 +19,11 @@ #include <config.h> -#include <m4module.h> +/* This module needs private symbols, and may not compile correctly if + m4private.h isn't included. */ #include "m4private.h" + /* Rename exported symbols for dlpreload()ing. */ #define m4_builtin_table load_LTX_m4_builtin_table #define m4_macro_table load_LTX_m4_macro_table