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:
parent
4b7f154fb2
commit
34ba56fa81
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user