From 5b620e069d0f32d7b10d1b1e39ed1b7a76ff6921 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 25 Jul 2003 07:42:57 +0000 Subject: [PATCH] * data/glr.c (yyglrReduce): Don't use C89 string concatenation. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 . -- 2.45.2