[Issue 221] Inconsistent name mangling of bool (a relic of 'bit') [Patch included]
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 23 01:41:11 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=221
clugdbug at yahoo.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal
Summary|Inconsistent name mangling |Inconsistent name mangling
|of bool (a relic of 'bit') |of bool (a relic of 'bit')
| |[Patch included]
------- Comment #2 from clugdbug at yahoo.com.au 2006-11-23 03:41 -------
mtype.c line 174-175,
mangleChar[Tbit] = 'b';
mangleChar[Tbool] = 'x';
This should be changed so they are both 'b'.
--
More information about the Digitalmars-d-bugs
mailing list