mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
tests: C90 compliance
* tests/synclines.at: here.
This commit is contained in:
@@ -127,7 +127,7 @@ AT_BISON_OPTION_PUSHDEFS
|
||||
|
||||
AT_DATA([syncline.c],
|
||||
[[#error "1"
|
||||
int i; // avoids -pedantic warning about an empty translation unit
|
||||
int i; /* avoids -pedantic warning about an empty translation unit. */
|
||||
]])
|
||||
|
||||
AT_SYNCLINES_COMPILE([syncline.c])
|
||||
|
||||
Reference in New Issue
Block a user