diff options
author | Brendan Kehoe <brendan@lisa.cygnus.com> | 1996-04-17 12:24:26 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-04-17 12:24:26 -0700 |
commit | f72bbc3739258fd167d81b4b575a241e71643378 (patch) | |
tree | 26605ddc3d9c74efe9de4ab17bd46d97faa83736 /gcc | |
parent | a82e1b5569dab500cc4d77635549f59f057aac49 (diff) | |
download | gcc-f72bbc3739258fd167d81b4b575a241e71643378.zip gcc-f72bbc3739258fd167d81b4b575a241e71643378.tar.gz gcc-f72bbc3739258fd167d81b4b575a241e71643378.tar.bz2 |
Pragma handling rewrite.
From-SVN: r11843
Diffstat (limited to 'gcc')
-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 8cfe37d..d31ef2f 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 |