diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-15 18:14:10 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-15 18:14:10 +0000 |
commit | 066cf272d866816a638ffa7af8e05a38b0901031 (patch) | |
tree | 9ad0b335a64f31450cbcd011dc489ace39fdff4a /gcc/config/ia64/hpux.h | |
parent | 5aed5db309a564ee459385e9d85d5d0751d52c88 (diff) | |
download | gcc-066cf272d866816a638ffa7af8e05a38b0901031.tar.gz |
* config/ia64/hpux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Add define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/hpux.h')
-rw-r--r-- | gcc/config/ia64/hpux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 9ffe1fddf30..1fba106bce8 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -219,3 +219,6 @@ do { \ #undef NO_PROFILE_COUNTERS #define NO_PROFILE_COUNTERS 0 + +#undef HANDLE_PRAGMA_PACK_PUSH_POP +#define HANDLE_PRAGMA_PACK_PUSH_POP |