From 9235c69779ca5e45c651139bbe7db74998f8dfb1 Mon Sep 17 00:00:00 2001 From: brolley Date: Tue, 15 Dec 1998 11:23:27 +0000 Subject: 1998-12-15 Zack Weinberg * cppalloc.c: Add xstrdup here. * cpplib.h: Remove savestring prototype. * cpplib.c: Remove savestring function. s/savestring/xstrdup/ throughout. * cppfiles.c: s/savestring/xstrdup/ throughout. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24327 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea9f1d09178..0b4e5a84db9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +1998-12-15 Zack Weinberg + + * cppalloc.c: Add xstrdup here. + * cpplib.h: Remove savestring prototype. + * cpplib.c: Remove savestring function. s/savestring/xstrdup/ + throughout. + * cppfiles.c: s/savestring/xstrdup/ throughout. + 1998-12-15 Zack Weinberg * cpplib.c: Make all directive handlers read their own -- cgit v1.2.1