File: getargs.patch

package info (click to toggle)
bison%2B%2B 1.21.11-5
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,688 kB
  • sloc: cpp: 8,198; sh: 613; ansic: 464; makefile: 74; yacc: 44; lex: 30
file content (12 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru bison++-1.21.11.orig/getargs.cc bison++-1.21.11/getargs.cc
--- bison++-1.21.11.orig/getargs.cc 2003-07-22 14:55:24.000000000 +0200
+++ bison++-1.21.11/getargs.cc 2004-04-04 14:10:23.000000000 +0200
@@ -42,7 +42,7 @@
   {"defines", 0, &definesflag, 1},
   {"file-prefix", 1, 0, 'b'},
   {"fixed-output-files", 0, &fixed_outfiles, 1},
-  {"name-prefix", 1, 0, 'a'},
+  {"name-prefix", 1, 0, 'p'},
   {"no-lines", 0, &nolinesflag, 1},
   {"output-file", 1, 0, 'o'},
   {"output", 1, 0, 'o'},