commit | 959bd8973bfcfced69715a522007662929ae6d48 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 07 14:00:48 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 12 10:05:31 2013 -0500 |
tree | 18c00b9c8fde48546638c613e4db9d0fa84d06c6 | |
parent | 15cfba61d99668e9c14782779766f48834490ead [diff] |
switch to delayed handling of escape sequences #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>