diff options
author | Dodji Seketeli <dodji@gcc.gnu.org> | 2012-05-29 11:42:28 +0200 |
---|---|---|
committer | Dodji Seketeli <dodji@gcc.gnu.org> | 2012-05-29 11:42:28 +0200 |
commit | 6de6b1ec5f4497f41ed0a06c02ca70a262e5084e (patch) | |
tree | 36bf60e6e456d55a5ac2e764c579be596bf99f02 /libcpp/lex.c | |
parent | 828a7f76c76bc700ca12bf374cb535140007bd1c (diff) | |
download | gcc-6de6b1ec5f4497f41ed0a06c02ca70a262e5084e.zip gcc-6de6b1ec5f4497f41ed0a06c02ca70a262e5084e.tar.gz gcc-6de6b1ec5f4497f41ed0a06c02ca70a262e5084e.tar.bz2 |
Revert "PR bootstrap/53459 - unused local typedef when building on altivec"
This reverts commit r187853
From-SVN: r187946
Diffstat (limited to 'libcpp/lex.c')
-rw-r--r-- | libcpp/lex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/lex.c b/libcpp/lex.c index 2ebbee9..c4dd603 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -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]; |