* Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on
commit7a0e701d2f95507b6de6d786b0870f366b564cf2
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2000 04:19:34 +0000 (17 04:19 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2000 04:19:34 +0000 (17 04:19 +0000)
treede72c2c117e9bee1396bd1c7459447c78d5141c8
parent04ca77c89968f390616f0d80064c30b675149c35
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32025 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/Makefile.in
gcc/java/lex.c
gcc/java/lex.h