diff options
Diffstat (limited to 'gcc/config/i386/xm-dos.h')
-rw-r--r-- | gcc/config/i386/xm-dos.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index 48d5b11268f..2abdbfce794 100644 --- a/gcc/config/i386/xm-dos.h +++ b/gcc/config/i386/xm-dos.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Intel 80386 running DOS. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -36,5 +36,3 @@ Boston, MA 02111-1307, USA. */ /* Tell GCC about DOS's bit bucket. */ #define HOST_BIT_BUCKET "NUL" - -#define NO_PRECOMPILES 1 |