On Wed, Sep 07, 2011 at 07:22:05AM +0200, Alexander Burger wrote: > Please download the new "picoLisp.tgz" from yesterday. It contains the
or .. from today: We did some more changes. > > (equ stdin "$__sF") > > (equ stdout "$__sF+128") > > (equ stderr "$__sF+256") Seems it must be (equ stdin "$__sF") (equ stdout "$__sF+152") (equ stderr "$__sF+304") However!! In IRC today we noticed, that the versions of OpenBSD seems to differ a lot in that low-level regard :( Mathias used OpenBSD 5.0, and the interpreter works (at least partially). I'm not sure how we can handle such significant differences in the individual versions of OpenBSD. Looks like a lot of work. Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
