Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 1999 19:49:36 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        Mark Murray <mark@grondar.za>
Cc:        current@freebsd.org
Subject:   Re: FICL breakage...
Message-ID:  <37F1EEC0.5D8FAA36@newsguy.com>
References:  <199909291002.MAA52950@gratis.grondar.za>

next in thread | previous in thread | raw e-mail | index | archive | help
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)
dcs@newsguy.com
dcs@freebsd.org

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



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?37F1EEC0.5D8FAA36>