]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
glr.cc: no longer require location support
[bison.git] / data / lalr1.cc
index 313dba271ce55f0623f6de62d5cf0951b636a973..0a190e9b0db3dd7e2de34e65b1c9aca68e6a8d60 100644 (file)
@@ -189,10 +189,10 @@ b4_namespace_close])[
     void set_debug_level (debug_level_type l);
 #endif
 
-    /// Report a syntax error.]b4_locations_if([
-    /// \param loc    where the syntax error is found.])[
+    /// Report a syntax error.]b4_locations_if([[
+    /// \param loc    where the syntax error is found.]])[
     /// \param msg    a description of the syntax error.
-    virtual void error (]b4_locations_if([const location_type& loc, ])[const std::string& msg);
+    virtual void error (]b4_locations_if([[const location_type& loc, ]])[const std::string& msg);
 
     /// Report a syntax error.
     void error (const syntax_error& err);