bison-patches
[Top][All Lists]
Advanced

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

[PATCH 09/10] style: remove useless C++ provisio


From: Akim Demaille
Subject: [PATCH 09/10] style: remove useless C++ provisio
Date: Mon, 3 Sep 2012 16:26:15 +0200

* src/complain.h: here.
---
 src/complain.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/complain.h b/src/complain.h
index e8c26d1..276164c 100644
--- a/src/complain.h
+++ b/src/complain.h
@@ -21,10 +21,6 @@
 
 # include "location.h"
 
-# ifdef __cplusplus
-extern "C" {
-# endif
-
 /*-------------.
 | --warnings.  |
 `-------------*/
@@ -74,8 +70,4 @@ void complain_at_indent (location loc, warnings flags, 
unsigned *indent,
 /** Whether an error was reported.  */
 extern bool complaint_issued;
 
-# ifdef __cplusplus
-}
-# endif
-
 #endif /* !COMPLAIN_H_ */
-- 
1.7.11.5




reply via email to

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