diff options
author | Zack Weinberg <zackw@panix.com> | 2001-08-18 20:46:45 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-08-18 20:46:45 +0000 |
commit | b649398a84df1df9c44e50b58c4fe766909af897 (patch) | |
tree | 5f075c3b2cc6977486b8c21118218978fae417e0 /include/ChangeLog | |
parent | 76f4925a6fab80e9c9ff87e77e6119ea4b3c9df5 (diff) | |
download | gcc-b649398a84df1df9c44e50b58c4fe766909af897.zip gcc-b649398a84df1df9c44e50b58c4fe766909af897.tar.gz gcc-b649398a84df1df9c44e50b58c4fe766909af897.tar.bz2 |
ansidecl.h: Reorganize for readability...
include:
* ansidecl.h: Reorganize for readability, remove documentation
of obsolete macros, document PARAMS and VPARAMS. Add new
macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
function implementation.
gcc:
* cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
From-SVN: r45011
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9d0b4e6..ed435be 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2001-08-18 Zack Weinberg <zackw@panix.com> + + * ansidecl.h: Reorganize for readability, remove documentation + of obsolete macros, document PARAMS and VPARAMS. Add new + macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic + function implementation. + 2001-08-16 Richard Henderson <rth@redhat.com> * hashtab.h (htab_hash_string): Declare. |