From 937018d67463971001cde389c10168f3eeda5171 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 24 Feb 1994 08:42:01 -0500 Subject: [PATCH] (HANDLE_SYSV_PRAGMA): Define. From-SVN: r6617 --- gcc/config/i386/sco.h | 3 +++ gcc/config/i386/scodbx.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index 028892879b5..69abfc51b8a 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -95,3 +95,6 @@ : 0) /* On other 386 systems, the last line looks like this: : (aggregate_value_p (TREE_TYPE (FUNTYPE))) ? GET_MODE_SIZE (Pmode) : 0) */ + +/* Handle #pragma pack. */ +#define HANDLE_SYSV_PRAGMA diff --git a/gcc/config/i386/scodbx.h b/gcc/config/i386/scodbx.h index d16476af8d5..5e568e5f470 100644 --- a/gcc/config/i386/scodbx.h +++ b/gcc/config/i386/scodbx.h @@ -86,3 +86,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Use periods rather than dollar signs in special g++ assembler names. */ #define NO_DOLLAR_IN_LABEL + +/* Handle #pragma pack. */ +#define HANDLE_SYSV_PRAGMA -- 2.30.2