view dmd/Escape.d @ 111:2f57c5ecd3b2

tiny fix
author Trass3r
date Tue, 31 Aug 2010 22:31:38 +0200
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);
	}
}