diff options
author | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-15 11:23:27 +0000 |
---|---|---|
committer | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-15 11:23:27 +0000 |
commit | 9235c69779ca5e45c651139bbe7db74998f8dfb1 (patch) | |
tree | 5c481c8ca58453f070db1b092bbe2a81d08d45ca /gcc/ChangeLog | |
parent | 616814f81e771d0eb9b9b7f53c01e9364ad4a066 (diff) | |
download | gcc-9235c69779ca5e45c651139bbe7db74998f8dfb1.tar.gz |
1998-12-15 Zack Weinberg <zack@rabi.phys.columbia.edu>
* 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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea9f1d09178..0b4e5a84db9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,13 @@ 1998-12-15 Zack Weinberg <zack@rabi.phys.columbia.edu> + * 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 <zack@rabi.phys.columbia.edu> + * cpplib.c: Make all directive handlers read their own arguments. (struct directive): Remove last two arguments from FUNC |