summaryrefslogtreecommitdiff
path: root/lexxer.h
AgeCommit message (Collapse)Author
2006-11-302006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
Fix compiler, flex and bison warnings. * error.c: Include <stdlib.h>. * lexxer.h (yylex): Add declaration. * migcom.c: Include <stdlib.h>. (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.
1998-07-18Created new module from gnumach/mig at tag before-mig-moveRoland McGrath