lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.

* data/lalr1.cc (YYLLOC_DEFAULT): Move its definition from the
	header file to the implementation file, after the user %code
	sections.
	* NEWS: Document it.
This commit is contained in:
Akim Demaille
2010-05-11 23:51:59 +02:00
parent 27290b6035
commit 38435078b1
2 changed files with 29 additions and 21 deletions

View File

@@ -1,3 +1,11 @@
2010-05-11 Akim Demaille <demaille@gostai.com>
lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.
* data/lalr1.cc (YYLLOC_DEFAULT): Move its definition from the
header file to the implementation file, after the user %code
sections.
* NEWS (2.5): Document this.
2010-05-11 Akim Demaille <demaille@gostai.com>
doc: please Emacs.