]> git.saurik.com Git - bison.git/blobdiff - src/complain.h
maint: xfdopen, and scope reduction.
[bison.git] / src / complain.h
index 07d401cbb193385dff37ac428f6bf78f876baf5e..e27b40d3667d43f31d4c1f83dd57ae1866276a60 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 2000-2002, 2006, 2009-2012 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -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