diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1999-10-19 10:44:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-10-19 10:44:30 +0000 |
commit | 61e8b354cf177558e08f4202ccacc7b8435b04ae (patch) | |
tree | 925ef3f3d7ebb9e6c59b3670bbcacbd797cf2da2 /gcc/c-pragma.h | |
parent | f099b1c909de8afb50264af41960c7b18b7320f1 (diff) | |
download | gcc-61e8b354cf177558e08f4202ccacc7b8435b04ae.zip gcc-61e8b354cf177558e08f4202ccacc7b8435b04ae.tar.gz gcc-61e8b354cf177558e08f4202ccacc7b8435b04ae.tar.bz2 |
Applied Mumit Khan's patch to fix #pragma push/pop handling.
From-SVN: r30084
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r-- | gcc/c-pragma.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 0fbf77c..7a0848c 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -39,9 +39,6 @@ Boston, MA 02111-1307, USA. */ /* If we are supporting #pragma pack(push... then we automatically support #pragma pack(<n>) */ #define HANDLE_PRAGMA_PACK 1 -#define PRAGMA_INSERT_ATTRIBUTES(node, pattr, prefix_attr) \ - insert_pack_attributes (node, pattr, prefix_attr) -extern void insert_pack_attributes PROTO((tree, tree *, tree *)); #endif /* HANDLE_PRAGMA_PACK_PUSH_POP */ |