allocate.h: Stop needlessly returning a void value in __DO_ALLOCATOR
[smatch.git] / validation / escapes.c
blobb0d2b4b742c272b09e0ff571b8b9cdbce7667427
1 static int e[] = { '\'', '\"', '\?', '\\',
2 '\a', '\b', '\f', '\n', '\r', '\t', '\v', };
3 static char *s = "\'\"\?\\ \a\b\f\n\r\t\v";
4 /*
5 * check-name: Character escape sequences
6 */