From e982c14bc34a48529ca0db1c016a768cce01e115 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 30 Nov 2006 00:01:21 +0000 Subject: 2006-11-29 Thomas Schwinge Fix compiler, flex and bison warnings. * error.c: Include . * lexxer.h (yylex): Add declaration. * migcom.c: Include . (main): Set USER, SHEADER and IHEADER to `NULL' by default. (myfclose): Add lost conversion specifications. * parser.h (yyerror): Add declaration. * routine.c (rtPrintArg, rtCheckRoutine): Add braces to avoid ambiguousness. * server.c (WriteSymTabEntries): Make NUM an `u_int'. * user.c (WriteUserIndividual): Add a `default' case in a switch statement and add lost conversion specifications. * lexxer.l: Set option `nounput'. * parser.y (%left): Change commas to spaces. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e593bc..569f032 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2006-11-29 Thomas Schwinge + Fix compiler, flex and bison warnings. + * error.c: Include . + * lexxer.h (yylex): Add declaration. + * migcom.c: Include . + (main): Set USER, SHEADER and IHEADER to `NULL' by default. + (myfclose): Add lost conversion specifications. + * parser.h (yyerror): Add declaration. + * routine.c (rtPrintArg, rtCheckRoutine): Add braces to avoid + ambiguousness. + * server.c (WriteSymTabEntries): Make NUM an `u_int'. + * user.c (WriteUserIndividual): Add a `default' case in a switch + statement and add lost conversion specifications. + * lexxer.l: Set option `nounput'. + * parser.y (%left): Change commas to spaces. + * configure.ac (AM_INIT_AUTOMAKE): Add the `no-define' option. * build-aux/config.guess: New file, thanks to `autoreconf'. -- cgit v1.2.3