diff options
Diffstat (limited to 'gcc/config/netware.h')
-rw-r--r-- | gcc/config/netware.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/netware.h b/gcc/config/netware.h index 509b7971348..42b228556bf 100644 --- a/gcc/config/netware.h +++ b/gcc/config/netware.h @@ -1,6 +1,6 @@ /* netware.h -- operating system specific defines to be used when targeting GCC for some generic NetWare 4 system. - Copyright (C) 1993, 1994, 2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 2000, 2001 Free Software Foundation, Inc. Written by David V. Henkel-Wallace (gumby@cygnus.com) @@ -101,4 +101,5 @@ const_section () \ } \ } +#undef INT_ASM_OP #define INT_ASM_OP ".long" |