From c7e441b49c3938977213bad32d7681db78ce5f48 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 31 Mar 2003 07:10:44 +0000 Subject: [PATCH] * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/. From Paul Hilfinger. --- ChangeLog | 5 +++++ doc/bison.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3e2b95b2..9387efde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-31 Akim Demaille + + * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/. + From Paul Hilfinger. + 2003-03-29 Akim Demaille * m4/error.m4: Do not put under dynamic conditions some code which diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 3ed6b7f5..26d03040 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -6456,7 +6456,7 @@ call @samp{yyrestart (yyin)} suffices after each change to @section Strings are Destroyed @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 @samp{"bar", "bar"}, or even @samp{"foo\nbar", "bar"}. @end display -- 2.45.2