]> git.saurik.com Git - bison.git/blobdiff - src/complain.h
build: regen.
[bison.git] / src / complain.h
index b893564573415a045f98bdf2822386c59182e95b..e27b40d3667d43f31d4c1f83dd57ae1866276a60 100644 (file)
@@ -21,7 +21,7 @@
 
 # include "location.h"
 
-# ifdef        __cplusplus
+# ifdef __cplusplus
 extern "C" {
 # endif
 
@@ -86,7 +86,7 @@ void fatal_at (location loc, char const *format, ...)
 /** Whether an error was reported.  */
 extern bool complaint_issued;
 
-# ifdef        __cplusplus
+# ifdef __cplusplus
 }
 # endif