From 7e41654136975b1ee18cc8e7c97e16e9f6206452 Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Mon, 29 Oct 2012 16:44:34 +0000 Subject: Omit testing wrap and replacement fixes during testing. This exposes a missing result and tests a test that got hidden before. From-SVN: r192952 --- fixincludes/fixtests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixincludes/fixtests.c') diff --git a/fixincludes/fixtests.c b/fixincludes/fixtests.c index d668b92..f95dd73 100644 --- a/fixincludes/fixtests.c +++ b/fixincludes/fixtests.c @@ -46,7 +46,7 @@ along with GCC; see the file COPYING3. If not see #include "fixlib.h" -#define _ENV_(v,m,n,t) extern tCC* v; +#define _ENV_(v,m,n,t) extern char const * v; ENV_TABLE #undef _ENV_ -- cgit v1.1