From: Paul Eggert Date: Mon, 12 Aug 2002 14:28:29 +0000 (+0000) Subject: Add src/assoc.c, src/closure.c, src/gram.c, X-Git-Tag: BISON-1_49b~28 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b4ebc2134bd6009b490a761ea7ae6398f6b3d3d9 Add src/assoc.c, src/closure.c, src/gram.c, 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. --- diff --git a/po/POTFILES.in b/po/POTFILES.in index 22bdfdd2..8d321f7d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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