aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/char.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-12switch to delayed handling of escape sequencesAl Viro1-0/+2
#define A(x) #x A('\12') should *not* yield "'\\n'"; the problem is that we are doing the conversion too early. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>