summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2017-05-12 11:13:15 +0000
committerkrasimir <krasimir@chalmers.se>2017-05-12 11:13:15 +0000
commit578f84dd4f40cc4c8f8114cd9c85e844a3d6711c (patch)
tree0da8056b1b971a223d33c2ec0662459a8935deb3 /src/runtime/c/pgf
parent2b911792ee5202db041defedebe21da1c2fd63a6 (diff)
switch off the debugging mode in the sentence lookup
Diffstat (limited to 'src/runtime/c/pgf')
-rw-r--r--src/runtime/c/pgf/lookup.c2
1 files changed, 1 insertions, 1 deletions
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 <pgf/data.h>
#include <stdio.h>
-#define PGF_LOOKUP_DEBUG
+//#define PGF_LOOKUP_DEBUG
typedef struct {
PgfAbsFun* fun;