www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - invalid header output for '\\'

header generation ignores escape sequences for character output

the code: 
char d = '\\';

produces:
char d = '\';



error:
IntegerExp::toCBuffer() 
expression.c   line 1063

buf->printf("'%c'", (int)v);
Mar 01 2006