diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 18:26:43 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 18:26:43 +0000 |
commit | 2b0988cf864a0462e5fc351b670f87479f8b9d49 (patch) | |
tree | 94e3ebdcb26d7ee52039b497fe251f42669043ec /include/ChangeLog | |
parent | 3f40ca2f8575e0d721b22f639206ecd3d904a440 (diff) | |
download | gcc-2b0988cf864a0462e5fc351b670f87479f8b9d49.tar.gz |
* hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
Don't use the PTR macro.
* sort.h: Don't use the PARAMS macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98416 138bc75d-0d04-0410-961f-82ee72b054a4
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 9f0188e3957..20f8922a72d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h: + Don't use the PTR macro. + + * sort.h: Don't use the PARAMS macro. + 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * libiberty.h (unlock_stream): New. |