]> git.saurik.com Git - bison.git/blobdiff - data/location.cc
lalr1.cc: no longer require %defines.
[bison.git] / data / location.cc
index e750779c0fc8de053cf6c4e9ea3dd51d3ee664ba..cfbfd76b196977d094be3eb3df0ae3f1bf60dd2d 100644 (file)
@@ -25,16 +25,15 @@ m4_divert_push(0)dnl
 b4_copyright([Positions for Bison parsers in C++])[
 
 /**
- ** \file position.hh
+ ** \file ]b4_dir_prefix[position.hh
  ** Define the ]b4_namespace_ref[::position class.
  */
 
-#ifndef BISON_POSITION_HH
-# define BISON_POSITION_HH
+]b4_cpp_guard_open([b4_dir_prefix[]position.hh])[
 
-# include <iostream>
+# include <algorithm> // std::max
+# include <iosfwd>
 # include <string>
-# include <algorithm>
 
 ]b4_null_define[
 
@@ -150,17 +149,16 @@ b4_copyright([Positions for Bison parsers in C++])[
   }
 
 ]b4_namespace_close[
-#endif // not BISON_POSITION_HH]
+]b4_cpp_guard_close([b4_dir_prefix[]position.hh])
 @output(b4_dir_prefix[]location.hh@)@
 b4_copyright([Locations for Bison parsers in C++])[
 
 /**
- ** \file location.hh
+ ** \file ]b4_dir_prefix[location.hh
  ** Define the ]b4_namespace_ref[::location class.
  */
 
-#ifndef BISON_LOCATION_HH
-# define BISON_LOCATION_HH
+]b4_cpp_guard_open([b4_dir_prefix[]location.hh])[
 
 # include <iostream>
 # include <string>
@@ -296,7 +294,7 @@ b4_copyright([Locations for Bison parsers in C++])[
 
 ]b4_namespace_close[
 
-#endif // not BISON_LOCATION_HH]
+]b4_cpp_guard_close([b4_dir_prefix[]location.hh])
 m4_divert_pop(0)
 m4_popdef([b4_copyright_years])dnl
 m4_changecom([#])