mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
fix C90 compliance
* data/glr.c, src/graphviz.h, src/ielr.c, src/scan-gram.l, * src/system.h, tests/actions.at, tests/glr-regression.at: Do not use // comments. Do not introduce variables after statements. Provide "main" with a return value.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
typedef size_t uintptr_t;
|
||||
# endif
|
||||
|
||||
// Version mismatch.
|
||||
/* Version mismatch. */
|
||||
# define EX_MISMATCH 63
|
||||
|
||||
/*---------.
|
||||
|
||||
Reference in New Issue
Block a user