Commit 34ba56fa by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 4b7f154f
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
......
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment