From owner-freebsd-current Wed Sep 29 3: 2:20 1999 Delivered-To: freebsd-current@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id D8C4A1510E; Wed, 29 Sep 1999 03:02:12 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.3/8.9.3) with ESMTP id MAA52950; Wed, 29 Sep 1999 12:02:10 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199909291002.MAA52950@gratis.grondar.za> To: dcs@freebsd.org Cc: current@freebsd.org Subject: FICL breakage... Date: Wed, 29 Sep 1999 12:02:09 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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