Commit 6de6b1ec by Dodji Seketeli

Revert "PR bootstrap/53459 - unused local typedef when building on altivec"

This reverts commit r187853

From-SVN: r187946
parent 828a7f76
......@@ -23,11 +23,6 @@
(enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
flag until we really start expanding the macro.
2012-05-24 Dodji Seketeli <dodji@redhat.com>
PR bootstrap/53459
* lex.c (search_line_fast): Remove unused typedef check_count.
2012-05-16 Dodji Seketeli <dodji@redhat.com>
PR preprocessor/7263
......
......@@ -590,6 +590,7 @@ 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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment