bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/5] tests: C90 compliance


From: Akim Demaille
Subject: [PATCH 4/5] tests: C90 compliance
Date: Wed, 12 Dec 2012 14:15:29 +0100

* 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 2fc74fe..6b84719 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])
-- 
1.8.0.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]