validation/old-initializer.c: Make the_s static to avoid extraneous warning.
[smatch.git] / validation / escapes.c
blob2d7d278832fdfe20c8b32ccb9a0325b2c0aa7ceb
1 int e[] = { '\'', '\"', '\?', '\\',
2 '\a', '\b', '\f', '\n', '\r', '\t', '\v', };
3 char *s = "\'\"\?\\ \a\b\f\n\r\t\v";