summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2010-05-11 23:51:59 +0200
committerAkim Demaille <demaille@gostai.com>2010-05-12 10:27:17 +0200
commit38435078b14ad063d7bc9e82a7db9bac366b2e65 (patch)
tree839652b81f909ddbf1493053b24391cd0dbcddb5 /ChangeLog
parent27290b603576d04f1d6498b0ca509a84b81f193f (diff)
downloadbison-38435078b14ad063d7bc9e82a7db9bac366b2e65.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cef074e..071a754c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
* doc/bison.texinfo (Local Variables): Move this after the
LocalWords, since the latter are looked for in the whole document,