mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13: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],
|
AT_DATA([syncline.c],
|
||||||
[[#error "1"
|
[[#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])
|
AT_SYNCLINES_COMPILE([syncline.c])
|
||||||
|
|||||||
Reference in New Issue
Block a user