lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR.

* lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
        HOST_BITS_PER_CHAR.

From-SVN: r26906
This commit is contained in:
Kaveh R. Ghazi 1999-05-12 16:52:35 +00:00 committed by Kaveh Ghazi
parent 4b7f154fb2
commit 34ba56fa81
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
1999-05-12 Kaveh R. Ghazi <ghazi@snafu.rutgers.edu>
* lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
HOST_BITS_PER_CHAR.
1999-05-11 Andrew Haley <aph@cygnus.com>
* parse.y (source_end_java_method): If the current method contains

View File

@ -111,9 +111,6 @@ typedef struct _java_lc {
#ifdef JC1_LITE
#define DCONST0 0
#define HOST_WIDE_INT long
#define HOST_BITS_PER_WIDE_INT 64
#define HOST_BITS_PER_CHAR 8
#define REAL_VALUE_TYPE int
#define SET_FLOAT_HANDLER(H)
#define GET_IDENTIFIER(S) xstrdup ((S))