Commit 27c53c0c by Dodji Seketeli Committed by Dodji Seketeli

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

libcpp/

	PR bootstrap/53459
	* lex.c (search_line_fast): Remove unused typedef check_count.

From-SVN: r187853
parent 9e65cec2
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,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];
......
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