/[m4]/m4/src/main.c
ViewVC logotype

Diff of /m4/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by gary, Sat Sep 1 16:10:41 2001 UTC revision 1.18 by gary, Sat Sep 1 20:05:27 2001 UTC
# Line 120  Preprocessor features:\n\ Line 120  Preprocessor features:\n\
120  \n\  \n\
121  Limits control:\n\  Limits control:\n\
122    -G, --traditional            suppress all GNU extensions\n\    -G, --traditional            suppress all GNU extensions\n\
   -H, --hashsize=PRIME         set symbol lookup hash table size\n\  
123    -L, --nesting-limit=NUMBER   change artificial nesting limit\n"),    -L, --nesting-limit=NUMBER   change artificial nesting limit\n"),
124               stdout);               stdout);
125        fputs (_("\        fputs (_("\
# Line 263  main (int argc, char *const *argv, char Line 262  main (int argc, char *const *argv, char
262          break;          break;
263    
264        case 'B':                 /* compatibility junk */        case 'B':                 /* compatibility junk */
265          case 'H':
266        case 'N':        case 'N':
267        case 'S':        case 'S':
268        case 'T':        case 'T':
# Line 299  main (int argc, char *const *argv, char Line 299  main (int argc, char *const *argv, char
299          no_gnu_extensions = 1;          no_gnu_extensions = 1;
300          break;          break;
301    
       case 'H':  
         hash_table_size = atoi (optarg);  
         if (hash_table_size <= 0)  
           hash_table_size = HASHMAX;  
         break;  
   
302        case 'I':        case 'I':
303          m4_add_include_directory (optarg);          m4_add_include_directory (optarg);
304          break;          break;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26