* data/lalr1.cc (position.hh): Make sure "columns" never pushes

before initial_columns.
(location.hh): Use consistent variable names when defining the
operator<<.
Use "last" so that we subtract from Positions, not from unsigned.
This commit is contained in:
Akim Demaille
2003-02-20 14:42:43 +00:00
parent 5d00311619
commit 2cdc240eeb
2 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,11 @@
2003-02-20 Akim Demaille <akim@epita.fr>
* data/lalr1.cc (position.hh): Make sure "columns" never pushes
before initial_columns.
(location.hh): Use consistent variable names when defining the
operator<<.
Use "last" so that we subtract from Positions, not from unsigned.
2003-02-20 Akim Demaille <akim@epita.fr>
* data/lalr1.cc (position.hh): New subfile, including the extended