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

This reverts commit r187853

From-SVN: r187946
This commit is contained in:
Dodji Seketeli 2012-05-29 11:42:28 +02:00
parent 828a7f76c7
commit 6de6b1ec5f
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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];