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.
This commit is contained in:
Paul Eggert
2002-08-12 14:28:29 +00:00
parent 30ad432609
commit b4ebc2134b

View 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