38 #ifndef BISON_POSITION_HH
39 # define BISON_POSITION_HH
49 #line 50 "position.hh"
74 inline void lines (
int count = 1)
105 inline const position
113 inline const position&
116 return res += -width;
120 inline const position
123 return begin + -width;
130 return (pos1.line == pos2.line
131 && pos1.column == pos2.column
132 && (pos1.filename == pos2.filename
133 || (pos1.filename && pos2.filename
134 && *pos1.filename == *pos2.filename)));
141 return !(pos1 == pos2);
152 ostr << *pos.filename <<
':';
153 return ostr << pos.line <<
'.' << pos.column;
160 #line 161 "position.hh"
161 #endif // not BISON_POSITION_HH