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

Diff of /m4/m4/m4.c

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

revision 1.7 by gary, Tue Jul 29 15:57:34 2003 UTC revision 1.8 by gary, Tue Jul 29 16:11:24 2003 UTC
# Line 20  Line 20 
20    
21  #include "m4private.h"  #include "m4private.h"
22    
23    #define DEFAULT_NESTING_LIMIT   250
24    
25    
26  m4 *  m4 *
27  m4_create (void)  m4_create (void)
28  {  {
# Line 31  m4_create (void) Line 34  m4_create (void)
34    context->debug_file    = stderr;    context->debug_file    = stderr;
35    obstack_init (&context->trace_messages);    obstack_init (&context->trace_messages);
36    
37    context->nesting_limit = M4_DEFAULT_NESTING_LIMIT;    context->nesting_limit = DEFAULT_NESTING_LIMIT;
38    
39    context->search_path            = XCALLOC (m4__search_path_info, 1);    context->search_path   = XCALLOC (m4__search_path_info, 1);
40    
41    return context;    return context;
42  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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