From bb990d38090ac6ccb74c4b6a82fb9d9d7aa157db Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 12 Dec 2012 12:38:28 +0100 Subject: [PATCH] tests: C90 compliance * tests/synclines.at: here. --- tests/synclines.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.45.2