#
34258 |
| 11-May-1988 |
donn |
The C stab code only distinguishes 'char' from 'int' range types; char has a 'char' range, everything else has an 'int' range, including floating types. This seems completely bogus, but it's easy en
The C stab code only distinguishes 'char' from 'int' range types; char has a 'char' range, everything else has an 'int' range, including floating types. This seems completely bogus, but it's easy enough to adapt the c_typematch() routine to handle this 'feature'. This cures problems where 'float' appeared to have 'int' type in division operations.
show more ...
|