From 228fe4b4d06cfa2ba977be62e1a4da79f365bd71 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 17 Jul 1989 15:37:04 +0000 Subject: [PATCH] undef PASS_BIG_VAL_AS_VAR for now; it does not work properly in all cases --- lang/m2/comp/BigPars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/m2/comp/BigPars b/lang/m2/comp/BigPars index acca3a2db..4fde22e23 100644 --- a/lang/m2/comp/BigPars +++ b/lang/m2/comp/BigPars @@ -77,7 +77,7 @@ !File: bigparam.h -#define PASS_BIG_VAL_AS_VAR 1 /* define when big value parameters must be +#undef PASS_BIG_VAL_AS_VAR 1 /* define when big value parameters must be passed as addresses */ -- 2.34.1