* src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize

structs with non literals.
* src/scan-skel.l: never-interactive.
* src/conflicts.c (enum conflict_resolution_e): No trailing
comma.
* src/getargs.c (usage): Split long literal strings.
Reported by Hans Aberg.
This commit is contained in:
Akim Demaille
2002-06-03 07:30:03 +00:00
parent 9411f454b0
commit 86eff18354
5 changed files with 20 additions and 5 deletions

View File

@@ -137,7 +137,10 @@ Output:\n\
-b, --file-prefix=PREFIX specify a PREFIX for output files\n\
-o, --output=FILE leave output to FILE\n\
-g, --graph also produce a VCG description of the automaton\n\
\n\
"), stream);
putc ('\n', stream);
fputs (_("\
THINGS is a list of comma separated words that can include:\n\
`state' describe the states\n\
`itemset' complete the core item sets with their closure\n\