fixed several problems:
authorceriel <none@none>
Tue, 7 Feb 1989 13:16:02 +0000 (13:16 +0000)
committerceriel <none@none>
Tue, 7 Feb 1989 13:16:02 +0000 (13:16 +0000)
commit0bc88b77b2c4e3a752fbeba72b28442973b2cad0
tree30916c8bee4813b85691715c532c43f3dee9153c
parent9dcae8fcd0d151ba608f575ac5c3bc666f7b1c23
fixed several problems:
- hex numbers and floating point numbers were wrong
- grammar was wrong; did not accept correct ANSI C
- prototype updates did not work
- float parameters to routines without prototype were not upgraded to double
- the dot operator no longer requires lvalue as left-hand-side
lang/cem/cemcom.ansi/LLlex.c
lang/cem/cemcom.ansi/Makefile
lang/cem/cemcom.ansi/arith.c
lang/cem/cemcom.ansi/ch7.c
lang/cem/cemcom.ansi/declar.g
lang/cem/cemcom.ansi/eval.c
lang/cem/cemcom.ansi/idf.c
lang/cem/cemcom.ansi/program.g
lang/cem/cemcom.ansi/proto.c