/[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.46 by gary, Wed Jul 23 14:03:16 2003 UTC revision 1.47 by gary, Wed Jul 23 16:20:50 2003 UTC
# Line 503  warranty; not even for MERCHANTABILITY o Line 503  warranty; not even for MERCHANTABILITY o
503    if (optind == argc)    if (optind == argc)
504      {      {
505        m4_push_file (context, stdin, "stdin");        m4_push_file (context, stdin, "stdin");
506        m4_expand_input (context);        m4_macro_expand_input (context);
507      }      }
508    else    else
509      for (; optind < argc; optind++)      for (; optind < argc; optind++)
# Line 525  warranty; not even for MERCHANTABILITY o Line 525  warranty; not even for MERCHANTABILITY o
525                  xfree (filename);                  xfree (filename);
526                }                }
527            }            }
528          m4_expand_input (context);          m4_macro_expand_input (context);
529        }        }
530  #undef NEXTARG  #undef NEXTARG
531    
532    /* Now handle wrapup text.  */    /* Now handle wrapup text.  */
533    
534    while (m4_pop_wrapup ())    while (m4_pop_wrapup ())
535      m4_expand_input (context);      m4_macro_expand_input (context);
536    
537    if (frozen_file_to_write)    if (frozen_file_to_write)
538      produce_frozen_state (context, frozen_file_to_write);      produce_frozen_state (context, frozen_file_to_write);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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