[Issue 1104] CodeView: char is marked 0x20 (T_UCHAR) instead of 0x10 (T_CHAR)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 6 06:38:43 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1104





------- Comment #1 from jascha at mainia.de  2007-04-06 08:38 -------
better: mark char as 0x70 T_RCHAR (real char)

byte is 0x10 T_CHAR
ubyte is 0x20 T_UCHAR
therefore char shouldn't be any of these two


-- 



More information about the Digitalmars-d-bugs mailing list