]> git.saurik.com Git - bison.git/commitdiff
location: remove some ugly debugging code traces
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Feb 2014 14:03:03 +0000 (15:03 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Feb 2014 14:27:03 +0000 (15:27 +0100)
* data/location.cc: here.

data/location.cc

index 4fea25990fc42ddf132b574b7c43a7693f189e16..20aa5800b54d366b0dc199c2f10baf425ec60db2 100644 (file)
@@ -273,8 +273,7 @@ m4_define([b4_location_define],
   operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
   {
     unsigned int end_col = 0 < loc.end.column ? loc.end.column - 1 : 0;
-    ostr << loc.begin// << "(" << loc.end << ") "
-;
+    ostr << loc.begin;
     if (loc.end.filename
         && (!loc.begin.filename
             || *loc.begin.filename != *loc.end.filename))