]> git.saurik.com Git - bison.git/blobdiff - data/c++.m4
style: no longer use backquotes
[bison.git] / data / c++.m4
index a63cbce48b38b8331802744447c6782e434a9d6c..3fc675093e04cc91e41fc4f495cfefc1a17360ce 100644 (file)
@@ -54,8 +54,8 @@ b4_percent_define_default([[define_location_comparison]],
 m4_define([b4_namespace_ref], [b4_percent_define_get([[api.namespace]])])
 
 
-# Don't permit an empty b4_namespace_ref.  Any `::parser::foo' appended to it
-# would compile as an absolute reference with `parser' in the global namespace.
+# Don't permit an empty b4_namespace_ref.  Any '::parser::foo' appended to it
+# would compile as an absolute reference with 'parser' in the global namespace.
 # b4_namespace_open would open an anonymous namespace and thus establish
 # internal linkage.  This would compile.  However, it's cryptic, and internal
 # linkage for the parser would be specified in all translation units that