From 33ae9bdf30eeed59f1c4b6ef47c1cdbabc8f5908 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 17 Feb 2000 04:19:34 +0000 Subject: Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H to... * Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on lex.c, lex.h, and PARSE_H to... (parse.o, parse-scan.o): ...here, respectively. * lex.c: Split out code that may trigger SIGFPE from yylex() to its own function. * lex.h (JAVA_FLOAT_RANGE_ERROR): Don't set value. From-SVN: r32025 --- gcc/java/lex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/java/lex.h') diff --git a/gcc/java/lex.h b/gcc/java/lex.h index 7bb6558..d4754ab 100644 --- a/gcc/java/lex.h +++ b/gcc/java/lex.h @@ -180,7 +180,6 @@ extern void set_float_handler PARAMS ((jmp_buf)); sprintf (msg, "Floating pointer literal exceeds range of `%s'", (m)); \ java_lex_error (msg, 0); \ ctxp->c_line->current = i; \ - value = dconst0; \ } #define JAVA_INTEGRAL_RANGE_ERROR(m) \ { \ -- cgit v1.1