top 8 entry from grpof of my app :-(

Thomas Kuehne thomas-dloop at kuehne.cn
Thu Jan 11 00:09:18 PST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Frits van Bommel schrieb am 2007-01-10:
> Thomas Kuehne wrote:
>> (You can get an up-to-date commandline demangler via
>> Subversion: svn checkout http://svn.berlios.de/svnroot/repos/ddemangled)
>
> Not entirely up-to-date:
>
> -----
> 	case 'b': /* deprecated since DMD-0.148 (2006-02-25) */
> 	    nestpend(dest, "bit", is_nested);
> 	    source += 1;
> 	    break;
> 	case 'x':
> 	    nestpend(dest, "bool", is_nested);
> 	    source += 1;
> 	    break;
> -----
>
> should be:
>
> -----
> 	case 'b':
> 	    nestpend(dest, "bool", is_nested);
> 	    source += 1;
> 	    break;
> -----
>
> bool is now mangled as 'b', bit doesn't exist as a basic type anymore. 
> I'm pretty sure 'x' is no longer used.

Thanks, fixed

Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFFpfukLK5blCcjpWoRAvLGAJkB1PnMklomyxUTIb4FK6Mpe2ZsywCgmwLv
O36Yz7eCSXg6eLvOwRH/K+A=
=dwdd
-----END PGP SIGNATURE-----


More information about the D.gnu mailing list