tests: C90 compliance

* tests/synclines.at: here.
This commit is contained in:
Akim Demaille
2012-12-12 12:38:28 +01:00
parent 1127a75a72
commit bb990d3809

View File

@@ -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])