From b8f611cf4b119d49dc28b58d610c9d0a5fa5cde7 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Fri, 12 Jan 2007 10:00:14 +0000 Subject: Simplified regression handling Added patch by Joachim to work around OpenBSD bug in regression suite. --- src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c') diff --git a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c index f0090cc197..79ab5af5ae 100644 --- a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c +++ b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c @@ -1,5 +1,4 @@ /* Processed by ecpg (regression mode) */ -int ecpg_internal_regression_mode = 1; /* These include files are added by the preprocessor */ #include #include @@ -8,6 +7,7 @@ int ecpg_internal_regression_mode = 1; /* Needed for informix compatibility */ #include /* End of automatic include section */ +#define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y)) #line 1 "charfuncs.pgc" #include -- cgit v1.2.1