From: Akim Demaille Date: Wed, 12 Dec 2012 11:38:28 +0000 (+0100) Subject: tests: C90 compliance X-Git-Tag: v2.7~2 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/bb990d38090ac6ccb74c4b6a82fb9d9d7aa157db tests: C90 compliance * tests/synclines.at: here. --- diff --git a/tests/synclines.at b/tests/synclines.at index 2fc74fe0..6b847195 100644 --- a/tests/synclines.at +++ b/tests/synclines.at @@ -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])