]> git.saurik.com Git - bison.git/blobdiff - data/location.cc
* NEWS (2.3a+): Mention yesterday's state-removal change.
[bison.git] / data / location.cc
index 773a3a5da49fc8adf0cdd0d398ed3c89db0b0167..68ae2f719586c2cf025546b4c867213c1641e7d6 100644 (file)
@@ -114,7 +114,7 @@ namespace ]b4_percent_define_get([[namespace]])[
   {
     return begin + -width;
   }
   {
     return begin + -width;
   }
-]m4_if(b4_percent_define_get([[define_location_comparison]]), [1], [[
+]b4_percent_define_flag_if([[define_location_comparison]], [[
   /// Compare two position objects.
   inline bool
   operator== (const position& pos1, const position& pos2)
   /// Compare two position objects.
   inline bool
   operator== (const position& pos1, const position& pos2)
@@ -236,7 +236,7 @@ namespace ]b4_percent_define_get([[namespace]])[
     res.columns (width);
     return res;
   }
     res.columns (width);
     return res;
   }
-]m4_if(b4_percent_define_get([[define_location_comparison]]), [1], [[
+]b4_percent_define_flag_if([[define_location_comparison]], [[
   /// Compare two location objects.
   inline bool
   operator== (const location& loc1, const location& loc2)
   /// Compare two location objects.
   inline bool
   operator== (const location& loc1, const location& loc2)