diff options
Diffstat (limited to 'gcc/java/lex.h')
-rw-r--r-- | gcc/java/lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/lex.h b/gcc/java/lex.h index 9116e42..155e1c3 100644 --- a/gcc/java/lex.h +++ b/gcc/java/lex.h @@ -140,6 +140,7 @@ typedef struct _java_lc { #else +extern void set_float_handler PROTO((jmp_buf)); static tree build_wfl_node (); #define SET_FLOAT_HANDLER(H) set_float_handler ((H)) #define DCONST0 dconst0 |