diff options
Diffstat (limited to 'gcc/config/ns32k/xm-ns32k.h')
-rw-r--r-- | gcc/config/ns32k/xm-ns32k.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/ns32k/xm-ns32k.h b/gcc/config/ns32k/xm-ns32k.h index 3d1d7ac8fc1..46d373fdcde 100644 --- a/gcc/config/ns32k/xm-ns32k.h +++ b/gcc/config/ns32k/xm-ns32k.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Vax. - Copyright (C) 1987, 1993 Free Software Foundation, Inc. + Copyright (C) 1987, 1993, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -18,10 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* #defines that need visibility everywhere. */ -#define FALSE 0 -#define TRUE 1 - /* target machine dependencies. tm.h is a symbolic link to the actual target specific file. */ #include "tm.h" |