* 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

@@ -18,7 +18,7 @@
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
%option nodefault noyywrap nounput
%option nodefault noyywrap nounput never-interactive
%option prefix="skel_" outfile="lex.yy.c"
%{