From 7f4aa0bf58ec26277baec3791abdf11b18f1f10c Mon Sep 17 00:00:00 2001 From: Pippijn van Steenhoven Date: Wed, 31 Jul 2013 03:04:16 +0200 Subject: [PATCH] removed warning; added ticket, instead: #35 --- aldor/aldor/src/genlisp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aldor/aldor/src/genlisp.c b/aldor/aldor/src/genlisp.c index c9c1835e5..4a326879a 100644 --- a/aldor/aldor/src/genlisp.c +++ b/aldor/aldor/src/genlisp.c @@ -1073,7 +1073,9 @@ gl0UseEnv(Foam foam) } if (glvLexFormats == NULL) { +#if 0 printf("Internal warning: Use Env called outside gl0Prog (glvLexFormats is NULL)\n"); +#endif return; } if (glvActualLexFormats->foamDEnv.argv[level] == emptyFormatSlot