]> git.saurik.com Git - bison.git/blobdiff - data/location.cc
Add more possible file name variations of Makefile.in.in
[bison.git] / data / location.cc
index 6a5b83ea91ed2bfd6e2f142602998b6d4da8eb86..a3dacac07409da9f1124133acc246b55832e7582 100644 (file)
@@ -28,7 +28,7 @@ b4_copyright([Position class for Bison C++ parsers],
 
 /**
  ** \file position.hh
- ** Define the yy::position class.
+ ** Define the ]b4_namespace[::position class.
  */
 
 #ifndef BISON_POSITION_HH
@@ -37,7 +37,7 @@ b4_copyright([Position class for Bison C++ parsers],
 # include <iostream>
 # include <string>
 
-namespace yy
+namespace ]b4_namespace[
 {
   /// Abstract a position.
   class position
@@ -140,7 +140,7 @@ b4_copyright([Location class for Bison C++ parsers],
 
 /**
  ** \file location.hh
- ** Define the yy::location class.
+ ** Define the ]b4_namespace[::location class.
  */
 
 #ifndef BISON_LOCATION_HH
@@ -150,7 +150,7 @@ b4_copyright([Location class for Bison C++ parsers],
 # include <string>
 # include "position.hh"
 
-namespace yy
+namespace ]b4_namespace[
 {
 
   /// Abstract a location.