- {"debug", 0, &debugflag, 1},
- {"defines", 0, &definesflag, 1},
- {"file-prefix", 1, 0, 'b'},
- {"fixed-output-files", 0, &fixed_outfiles, 1},
- {"name-prefix", 1, 0, 'a'},
- {"no-lines", 0, &nolinesflag, 1},
- {"output", 1, 0, 'o'},
- {"output-file", 1, 0, 'o'},
- {"verbose", 0, &verboseflag, 1},
- {"version", 0, 0, 'V'},
- {"yacc", 0, &fixed_outfiles, 1},
- {0, 0, 0, 0}
-};
+ /* Some efforts were made to ease the translators' task, please
+ continue. */
+ fprintf (stream, _("\
+bison (GNU Bison) %s"), VERSION);
+ putc ('\n', stream);
+ putc ('\n', stream);
+
+ fputs (_("\
+Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"),
+ stream);
+
+ fputs (_("\
+This is free software; see the source for copying conditions. There is NO\n\
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
+"),
+ stream);
+}
+
+
+/*----------------------.
+| Process the options. |
+`----------------------*/