Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H to...
authorZack Weinberg <zack@wolery.cumb.org>
Thu, 17 Feb 2000 04:19:34 +0000 (04:19 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 17 Feb 2000 04:19:34 +0000 (04:19 +0000)
commit33ae9bdf30eeed59f1c4b6ef47c1cdbabc8f5908
treede72c2c117e9bee1396bd1c7459447c78d5141c8
parentb7ba4d8dfa5e7fcb14a920bc26c83e6768e6e05d
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/ChangeLog
gcc/java/Makefile.in
gcc/java/lex.c
gcc/java/lex.h