Use C version of LWORD in INTERPRET
authorHelmut Eller <eller.helmut@gmail.com>
Wed, 21 Dec 2016 19:45:50 +0000 (20:45 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Wed, 21 Dec 2016 19:45:50 +0000 (20:45 +0100)
commitf75485364a6ebbc1a166a6687503c003bfa97313
tree515815e97958a183fd7a7efaec1c803350fb01ac
parentb60d4a658481962a2d8f3024674977c94c1b93b6
Use C version of LWORD in INTERPRET

* csrc/pf_words.c (ffLWord): New.
(Word): Factored out from ffWord.
(ffWord): Call Word.

* csrc/pfcompil.c (ffInterpret): Use ffLWord instead of ffWord to
preserve case for NUMBER?.  Can't use ffWord because that would
convert a character written as "'a'" to "'A'".

* csrc/pfcompil.h (ffLWord): Define prototype.

* fth/numberio.fth: Fix typso.
csrc/pf_words.c
csrc/pfcompil.c
csrc/pfcompil.h
fth/numberio.fth