Hi

There is breakage in the new FICL. This fixes it...

diff -u -d -r1.2 softcore.awk
--- softcore.awk        1999/01/22 23:52:57     1.2
+++ softcore.awk        1999/09/29 09:47:30
@@ -91,6 +91,6 @@
   printf "    \"quit \";\n";
   printf "\n\nvoid ficlCompileSoftCore(FICL_VM *pVM)\n";
   printf "{\n";
-  printf "    assert(ficlExec(pVM, softWords, -1) != VM_ERREXIT);\n";
+  printf "    assert(ficlExec(pVM, softWords) != VM_ERREXIT);\n";
   printf "}\n";
 }


M


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to