Mark Murray wrote:
> 
> 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";
>  }

/me wonders how did this got to _not_ be committed.

Well, that's why I wanted some disk space to make a test compilation
of the changes I was about to commit...

--
Daniel C. Sobral                        (8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]

        Rule 69: Do unto other's code as you'd have it do unto yours



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

Reply via email to