Date: Wed, 29 Sep 1999 12:02:09 +0200 From: Mark Murray <mark@grondar.za> To: dcs@freebsd.org Cc: current@freebsd.org Subject: FICL breakage... Message-ID: <199909291002.MAA52950@gratis.grondar.za>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909291002.MAA52950>
