CVSROOT: /sources/m4 Module name: m4 Branch: branch Changes by: Eric Blake <ericb> 06/06/05 12:41:30
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.1.1.1.2.5 retrieving revision 1.1.1.1.2.6 diff -u -b -r1.1.1.1.2.5 -r1.1.1.1.2.6 --- src/m4.h 27 May 2006 18:11:23 -0000 1.1.1.1.2.5 +++ src/m4.h 5 Jun 2006 12:41:30 -0000 1.1.1.1.2.6 @@ -147,7 +147,7 @@ /* Option flags. */ extern int sync_output; /* -s */ extern int debug_level; /* -d */ -extern int hash_table_size; /* -H */ +extern size_t hash_table_size; /* -H */ extern int no_gnu_extensions; /* -G */ extern int prefix_all_builtins; /* -P */ extern int max_debug_argument_length; /* -l */
