From: Mark Thom Date: Sat, 22 Sep 2018 23:06:43 +0000 (-0600) Subject: Merge branch 'develop' X-Git-Tag: v0.8.110~369 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=10cbd0875b1031fd6852548b14011c078963fd9f;p=scryer-prolog.git Merge branch 'develop' --- 10cbd0875b1031fd6852548b14011c078963fd9f diff --cc src/prolog/machine/mod.rs index ec9b11e7,bbc3e863..af3f0aec --- a/src/prolog/machine/mod.rs +++ b/src/prolog/machine/mod.rs @@@ -138,7 -144,7 +144,7 @@@ impl Machine compile_user_module(&mut wam, LISTS.as_bytes()); compile_user_module(&mut wam, CONTROL.as_bytes()); compile_user_module(&mut wam, QUEUES.as_bytes()); - compile_user_module(&mut wam, NUMBERVARS.as_bytes()); - compile_user_module(&mut wam, NUMVARS.as_bytes()); ++ compile_user_module(&mut wam, NUMVARS.as_bytes()); wam }