mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
* doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
From Paul Hilfinger.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-03-31 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
|
||||||
|
From Paul Hilfinger.
|
||||||
|
|
||||||
2003-03-29 Akim Demaille <akim@epita.fr>
|
2003-03-29 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* m4/error.m4: Do not put under dynamic conditions some code which
|
* m4/error.m4: Do not put under dynamic conditions some code which
|
||||||
|
|||||||
@@ -6456,7 +6456,7 @@ call @samp{yyrestart (yyin)} suffices after each change to
|
|||||||
@section Strings are Destroyed
|
@section Strings are Destroyed
|
||||||
|
|
||||||
@display
|
@display
|
||||||
My parser seems to destroy old strings, or maybe it losses track of
|
My parser seems to destroy old strings, or maybe it loses track of
|
||||||
them. Instead of reporting @samp{"foo", "bar"}, it reports
|
them. Instead of reporting @samp{"foo", "bar"}, it reports
|
||||||
@samp{"bar", "bar"}, or even @samp{"foo\nbar", "bar"}.
|
@samp{"bar", "bar"}, or even @samp{"foo\nbar", "bar"}.
|
||||||
@end display
|
@end display
|
||||||
|
|||||||
Reference in New Issue
Block a user