From 9aa10a46bc65194791664a5b067af86e53ada0ae Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 12 May 2017 11:13:15 +0000 Subject: [PATCH] switch off the debugging mode in the sentence lookup --- src/runtime/c/pgf/lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/pgf/lookup.c b/src/runtime/c/pgf/lookup.c index c335d1918..8741da22c 100644 --- a/src/runtime/c/pgf/lookup.c +++ b/src/runtime/c/pgf/lookup.c @@ -7,7 +7,7 @@ #include #include -#define PGF_LOOKUP_DEBUG +//#define PGF_LOOKUP_DEBUG typedef struct { PgfAbsFun* fun;