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)
* 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.


No differences found