mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
Provide convenience constructors for locations and positions.
* data/location.cc (position::position): Accept file, line and column as arguments with default values. Always qualify initial line and column literals as unsigned. (location::location): Provide convenience constructors.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-11-15 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Provide convenience constructors for locations and positions.
|
||||
* data/location.cc (position::position): Accept file, line and
|
||||
column as arguments with default values.
|
||||
Always qualify initial line and column literals as unsigned.
|
||||
(location::location): Provide convenience constructors.
|
||||
|
||||
2008-11-15 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Instead of using make_symbol<TOK_FOO>, generate make_FOO for each token type.
|
||||
|
||||
Reference in New Issue
Block a user