summaryrefslogtreecommitdiffstats
path: root/gcc/c-pragma.h
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-19 10:44:30 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-19 10:44:30 +0000
commit231d1a2b3a4a04b41c8bbad742fc6e955e1519e8 (patch)
tree925ef3f3d7ebb9e6c59b3670bbcacbd797cf2da2 /gcc/c-pragma.h
parentf4b5ce94a03f8292b0d275ed5bb45088a49cd026 (diff)
downloadppe42-gcc-231d1a2b3a4a04b41c8bbad742fc6e955e1519e8.tar.gz
ppe42-gcc-231d1a2b3a4a04b41c8bbad742fc6e955e1519e8.zip
Applied Mumit Khan's patch to fix #pragma push/pop handling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30084 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r--gcc/c-pragma.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h
index 0fbf77cb2ac..7a0848c1819 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 */
OpenPOWER on IntegriCloud