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
This commit is contained in:
ceriel
1989-02-07 13:16:02 +00:00
parent 9dcae8fcd0
commit 0bc88b77b2
9 changed files with 90 additions and 98 deletions

View File

@@ -138,7 +138,6 @@ external_definition
';'
]
|
empty
{do_decspecs(&Ds);}
declarator(&Dc)
{