view dmd/Escape.d @ 144:ea6325d0edd9

+ RealExp.toCBuffer
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Tue, 14 Sep 2010 22:39:29 +0100
parents 10317f0c89a5
children 766e6dc390e1
line wrap: on
line source

module dmd.Escape;

struct Escape
{
    const(char)* strings[256];

    static const(char)* escapeChar(uint c)
	{
		assert(false);
	}
}