diff options
Diffstat (limited to 'gcc/config/pj/xm-pj.h')
-rw-r--r-- | gcc/config/pj/xm-pj.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/pj/xm-pj.h b/gcc/config/pj/xm-pj.h index e635cce..694ef3a 100644 --- a/gcc/config/pj/xm-pj.h +++ b/gcc/config/pj/xm-pj.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for picoJava. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 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 - /* This describes the machine the compiler is hosted on. */ #define HOST_BITS_PER_CHAR 8 #define HOST_BITS_PER_SHORT 16 |