]> git.saurik.com Git - bison.git/commitdiff
Add src/assoc.c, src/closure.c, src/gram.c,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:28:29 +0000 (14:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:28:29 +0000 (14:28 +0000)
src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
lib/timevar.c.
Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
manual recommends.
Similarly, use src/scan-gram.l instead of src/scan-gram.c.

po/POTFILES.in

index 22bdfdd26355b372026512180df1db9b6d6c68c1..8d321f7df509e8567de03f6c56e8d96721d23db9 100644 (file)
@@ -1,21 +1,29 @@
 src/LR0.c
+src/assoc.c
+src/closure.c
 src/complain.c
 src/conflicts.c
 src/files.c
 src/getargs.c
+src/gram.c
 src/lalr.c
-src/parse-gram.c
+src/main.c
+src/parse-gram.y
 src/print.c
 src/reader.c
 src/reduce.c
-src/scan-gram.c
+src/relation.c
+src/scan-gram.l
+src/state.c
 src/symlist.c
 src/symtab.c
 src/tables.c
 
 lib/argmatch.c
+lib/bitset_stats.c
 lib/error.c
 lib/getopt.c
 lib/obstack.c
 lib/quotearg.c
+lib/timevar.c
 lib/xmalloc.c