--- src/usr.bin/xlint/lint1/emit.c 2003/11/03 19:31:34 1.3 +++ src/usr.bin/xlint/lint1/emit.c 2004/07/07 08:20:18 1.4 @@ -164,18 +164,10 @@ outqchar(c) case '\r': outchar('r'); break; -#ifdef __STDC__ case '\v': -#else - case '\013': -#endif outchar('v'); break; -#ifdef __STDC__ case '\a': -#else - case '\007': -#endif outchar('a'); break; default: