From: Paul Eggert Date: Sun, 29 Dec 2002 04:31:58 +0000 (+0000) Subject: * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be X-Git-Tag: BISON-1_875~7 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/535c0f632817276cdae1e7424781b8a75ff6c05e?ds=inline * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be that of SYM's type. This fixes Debian bug 168069, reported by Thomas Olsson. --- diff --git a/ChangeLog b/ChangeLog index 71845ef9..f5f7245b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-12-28 Paul Eggert + + * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be + that of SYM's type. This fixes Debian bug 168069, reported by + Thomas Olsson. + 2002-12-28 Paul Eggert Version 1.75f.