diff options
author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-12 14:03:23 +0000 |
---|---|---|
committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-12 14:03:23 +0000 |
commit | c215939ad1058db52e9da82b57c57ff8e528a747 (patch) | |
tree | 2499c1b8055faf8cd45b7911546f6c4ceca32c7a /gcc/cp/ChangeLog | |
parent | a86a42775ec7bb64297051f578151667295bb8dd (diff) | |
download | gcc-c215939ad1058db52e9da82b57c57ff8e528a747.tar.gz |
define_function cleanup
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ab9ece6270f..17c8f168968 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +1999-09-12 Bernd Schmidt <bernds@cygnus.co.uk> + + * cp-tree.h (auto_function, define_function): Adjust prototypes. + * decl.c (define_function): Lose FUNCTION_CODE arg. All callers + changed. + (auto_function): Likewise, for CODE arg. + Move code to set DECL_BUILT_IN and DECL_FUNCTION_CODE to... + (builtin_function): ... here. + 1999-09-11 Mark Mitchell <mark@codesourcery.com> * cp-tree.def (CLEANUP_STMT): New node. |