/[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.54 by gary, Tue Sep 16 15:53:12 2003 UTC revision 1.55 by gary, Tue Oct 7 14:10:19 2003 UTC
# Line 222  main (int argc, char *const *argv, char Line 222  main (int argc, char *const *argv, char
222    set_program_name (argv[0]);    set_program_name (argv[0]);
223    error_print_progname = print_program_name_CB;    error_print_progname = print_program_name_CB;
224    
225    /* Initialise gnulib version-etc module.      /* Initialise gnulib version-etc module.
226       Do *not* mark this string for translation.  */       Do *not* mark this string for translation.  */
227    version_etc_copyright =    version_etc_copyright =
228      "Copyright (C) 1989-1994, 1999, 2000 Free Software Foundation, Inc.";      "Copyright (C) 2003 Free Software Foundation, Inc.";
229    
230    setlocale (LC_ALL, "");    setlocale (LC_ALL, "");
231  #ifdef ENABLE_NLS  #ifdef ENABLE_NLS
# Line 375  main (int argc, char *const *argv, char Line 375  main (int argc, char *const *argv, char
375    if (show_version)    if (show_version)
376      {      {
377        version_etc (stdout, NULL, "GNU " PACKAGE, VERSION TIMESTAMP,        version_etc (stdout, NULL, "GNU " PACKAGE, VERSION TIMESTAMP,
378                     _("Written by Rene' Seindal and Gary V. Vaughan."));                     "Rene' Seindal", "Gary V. Vaughan", NULL);
379        exit (EXIT_SUCCESS);        exit (EXIT_SUCCESS);
380      }      }
381    
# Line 471  main (int argc, char *const *argv, char Line 471  main (int argc, char *const *argv, char
471            }            }
472    
473          next = defines->next;          next = defines->next;
474          xfree ((void *) defines);          free (defines);
475          defines = next;          defines = next;
476        }        }
477    }    }
# Line 510  main (int argc, char *const *argv, char Line 510  main (int argc, char *const *argv, char
510              else              else
511                {                {
512                  m4_push_file (context, fp, filename);                  m4_push_file (context, fp, filename);
513                  xfree (filename);                  free (filename);
514                }                }
515            }            }
516          m4_macro_expand_input (context);          m4_macro_expand_input (context);

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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