/[bison]/bison/src/getargs.c
ViewVC logotype

Diff of /bison/src/getargs.c

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

revision 1.33 by akim, Tue Jan 8 17:28:18 2002 UTC revision 1.34 by akim, Mon Feb 25 14:26:28 2002 UTC
# Line 1  Line 1 
1  /* Parse command line arguments for bison.  /* Parse command line arguments for bison.
2     Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.     Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002
3       Free Software Foundation, Inc.
4    
5     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
6    
# Line 109  version (FILE *stream) Line 110  version (FILE *stream)
110  {  {
111    /* Some efforts were made to ease the translators' task, please    /* Some efforts were made to ease the translators' task, please
112       continue.  */       continue.  */
113    fprintf (stream, _("\    fprintf (stream, _("bison (GNU Bison) %s"), VERSION);
 bison (GNU Bison) %s"), VERSION);  
114    putc ('\n', stream);    putc ('\n', stream);
115      fputs (_("Written by Robert Corbett and Richard Stallman.\n"), stream);
116    putc ('\n', stream);    putc ('\n', stream);
117    
118    fputs (_("\    fprintf (stream,
119  Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"),             _("Copyright (C) %d Free Software Foundation, Inc.\n"), 2002);
          stream);  
120    
121    fputs (_("\    fputs (_("\
122  This is free software; see the source for copying conditions.  There is NO\n\  This is free software; see the source for copying conditions.  There is NO\n\

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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