diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-17 19:24:26 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-17 19:24:26 +0000 |
commit | c57de7c22bd0047b12182790e447bcce9064bb34 (patch) | |
tree | 26605ddc3d9c74efe9de4ab17bd46d97faa83736 /gcc/cp | |
parent | 844e68bfd0f274e8b2e40a3313eab7da0f0805e9 (diff) | |
download | gcc-c57de7c22bd0047b12182790e447bcce9064bb34.tar.gz |
Pragma handling rewrite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11843 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-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 8cfe37d4afc..d31ef2fe1aa 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 17 15:20:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com> + + * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus + pragmas. + (check_newline): Put the vtable/unit/implementation/interface pragma + code into handle_cp_pragma, replacing it with a call. + (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN + args. Get the next token after handling the pragma token. + Fri Apr 12 09:08:27 1996 Bob Manson <manson@charmed.cygnus.com> * search.c (expand_upcast_fixups): Mark the new fixup as |