mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
tests: please C90 compilers
* tests/actions.at, tests/conflicts.at: Use /* ... */ comments. Let "main" return a value.
This commit is contained in:
@@ -1011,7 +1011,7 @@ AT_DATA_GRAMMAR([[input]]$1[[.y]],
|
||||
start: { $$ = 'S'; } ;
|
||||
|
||||
%%
|
||||
#include <stdlib.h> // abort
|
||||
#include <stdlib.h> /* abort */
|
||||
static int
|
||||
yylex (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user