]> git.saurik.com Git - bison.git/commitdiff
style: remove useless C++ provisio
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 20 Aug 2012 07:15:01 +0000 (09:15 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Sep 2012 14:23:15 +0000 (16:23 +0200)
* src/complain.h: here.

src/complain.h

index e8c26d16ae1440a087f32f8afdca6e59bee698d5..276164cf912f43e4fc89389168d2cab1484c7e5e 100644 (file)
 
 # 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_ */