diff options
Diffstat (limited to 'libcpp/lex.c')
-rw-r--r-- | libcpp/lex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcpp/lex.c b/libcpp/lex.c index c4dd603..2ebbee9 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -590,7 +590,6 @@ search_line_fast (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) { #define N (sizeof(vc) / sizeof(long)) - typedef char check_count[(N == 2 || N == 4) * 2 - 1]; union { vc v; unsigned long l[N]; |