X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ab96bb245789d1c24a68d637d48ffab889be3152..b702ec61abb99069914da30e9010a7cae4bcf04e:/data/location.cc diff --git a/data/location.cc b/data/location.cc index 4fea2599..20aa5800 100644 --- a/data/location.cc +++ b/data/location.cc @@ -273,8 +273,7 @@ m4_define([b4_location_define], operator<< (std::basic_ostream& 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))