mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-14 19:52:13 +00:00
tests: C90 compliance
* tests/synclines.at: here.
This commit is contained in:
+1
-1
@@ -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