diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-16 20:30:26 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-16 20:30:26 +0000 |
commit | 8a1e32e6a8c441f8358bd580c655d5ff48716fa0 (patch) | |
tree | 916964771773b144ba5a4ec7e61ac22860122e99 /dat.h | |
parent | c8867502df27f516b0d46b1a254f0da572bdadb6 (diff) |
Handle -d option in prolog
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -105,8 +105,6 @@ enum { CompoundTerm, }; -int debug; - /* Flags */ enum { BoundedTrue, @@ -124,8 +122,8 @@ enum { }; enum { - DebugOn, DebugOff, + DebugOn, }; enum { |