SDCC currently has a __typeof operator that has an expression as its
operand and returns an integer that depends on the type of the
expression (though long long is not supported). We also have a typeof.h
header that has an enum that once gave the meaning of the returned
value, but as of now, the values in there are all wrong (except for the
int and short ones), and have been so for many years without anyone
complaining.

I suggest to remove __typeof and the typeof.h header.

Philipp


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to