Fix +loop on 64-bit machines
authorHelmut Eller <eller.helmut@gmail.com>
Sun, 18 Dec 2016 09:45:06 +0000 (10:45 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Sun, 18 Dec 2016 09:45:06 +0000 (10:45 +0100)
* csrc/pf_inner.c: Use idea from Gforth with signed arithmetic and
clever bit manipulation to avoid word size specific code.

* fth/t_corex.fth: +loop tests adopted from Gerry Jackson's Forth2012
test suite.


No differences found