38 #ifndef YY_YY_LOCATION_HH_INCLUDED
39 # define YY_YY_LOCATION_HH_INCLUDED
44 #line 4 "evalexpr_parser.yy"
47 #line 48 "location.hh"
151 return !(loc1 == loc2);
160 template <
typename YYChar>
161 inline std::basic_ostream<YYChar>&
162 operator<< (std::basic_ostream<YYChar>& ostr,
const location& loc)
167 && (!loc.begin.filename
168 || *loc.begin.filename != *last.
filename))
170 else if (loc.begin.line != last.
line)
171 ostr <<
'-' << last.
line <<
'.' << last.
column;
172 else if (loc.begin.column != last.
column)
173 ostr <<
'-' << last.
column;
178 #line 4 "evalexpr_parser.yy"
181 #line 182 "location.hh"