aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@wolery.cumb.org>2000-02-17 04:19:34 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-02-17 04:19:34 +0000
commit33ae9bdf30eeed59f1c4b6ef47c1cdbabc8f5908 (patch)
treede72c2c117e9bee1396bd1c7459447c78d5141c8 /gcc/java/lex.h
parentb7ba4d8dfa5e7fcb14a920bc26c83e6768e6e05d (diff)
downloadgcc-33ae9bdf30eeed59f1c4b6ef47c1cdbabc8f5908.zip
gcc-33ae9bdf30eeed59f1c4b6ef47c1cdbabc8f5908.tar.gz
gcc-33ae9bdf30eeed59f1c4b6ef47c1cdbabc8f5908.tar.bz2
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
Diffstat (limited to 'gcc/java/lex.h')
-rw-r--r--gcc/java/lex.h1
1 files changed, 0 insertions, 1 deletions
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) \
{ \