From: Paul Eggert Date: Fri, 25 Jul 2003 07:42:57 +0000 (+0000) Subject: * data/glr.c (yyglrReduce): Don't use C89 string concatenation. X-Git-Tag: BISON-2_0~226 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5b620e069d0f32d7b10d1b1e39ed1b7a76ff6921 * data/glr.c (yyglrReduce): Don't use C89 string concatenation. --- diff --git a/ChangeLog b/ChangeLog index 7695097c..e5d3f62a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-07-25 Paul Eggert + * data/glr.c (yyglrReduce): Don't use C89 string concatenation, + for portability to K&R C (after ansi2knr, presumably). See + + by Frank Heckenbach, though I have omitted the structure-initialization + part of his glr-knr.diff patch since I recall that the Portable + C Compiler didn't require that change. + Let the user specify how to allocate and free memory. Derived from a suggestion by Frank Heckenbach in .