From 154754a89b6ae1d69a225806966bff4d4f81e910 Mon Sep 17 00:00:00 2001 From: hainque Date: Sat, 7 Aug 2004 16:32:39 +0000 Subject: * config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85672 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/vxworks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config') diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index 085eb8ce648..6978ee1d38d 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -42,8 +42,8 @@ Boston, MA 02111-1307, USA. */ #undef NO_DOLLAR_IN_LABEL #define NO_DOT_IN_LABEL -/* enable #pragma pack(n) */ -#define HANDLE_SYSV_PRAGMA +/* We want #pragma pack(n) enabled and expect to inherit the proper + definition of HANDLE_SYSV_PRAGMA from elfos.h for that purpose. */ /* No underscore is prepended to any C symbol name. */ #undef USER_LABEL_PREFIX -- cgit v1.2.1