From 61e8b354cf177558e08f4202ccacc7b8435b04ae Mon Sep 17 00:00:00 2001 From: Mumit Khan Date: Tue, 19 Oct 1999 10:44:30 +0000 Subject: Applied Mumit Khan's patch to fix #pragma push/pop handling. From-SVN: r30084 --- gcc/c-pragma.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/c-pragma.h') 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() */ #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 */ -- cgit v1.1