March 02, 2006 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); |
Copyright © 1999-2021 by the D Language Foundation