invalid header output for '\\'

AgentOrange AgentOrange_member at pathlink.com
Wed Mar 1 18:39:53 PST 2006


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);






More information about the Digitalmars-d-bugs mailing list