summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-16 20:30:26 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-16 20:30:26 +0000
commit8a1e32e6a8c441f8358bd580c655d5ff48716fa0 (patch)
tree916964771773b144ba5a4ec7e61ac22860122e99 /dat.h
parentc8867502df27f516b0d46b1a254f0da572bdadb6 (diff)
Handle -d option in prolog
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/dat.h b/dat.h
index 5cf3001..d634435 100644
--- a/dat.h
+++ b/dat.h
@@ -105,8 +105,6 @@ enum {
CompoundTerm,
};
-int debug;
-
/* Flags */
enum {
BoundedTrue,
@@ -124,8 +122,8 @@ enum {
};
enum {
- DebugOn,
DebugOff,
+ DebugOn,
};
enum {