X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/fb2f857a3d824a34b38b8e15619f1844dad6e1bd..f75485364a6ebbc1a166a6687503c003bfa97313:/csrc/pfcompil.c diff --git a/csrc/pfcompil.c b/csrc/pfcompil.c index 04bc000..2f0c04e 100644 --- a/csrc/pfcompil.c +++ b/csrc/pfcompil.c @@ -831,7 +831,7 @@ ThrowCode ffInterpret( void ) { pfDebugMessage("ffInterpret: calling ffWord(()\n"); - theWord = ffWord( BLANK ); + theWord = ffLWord( BLANK ); DBUG(("ffInterpret: theWord = 0x%x, Len = %d\n", theWord, *theWord )); if( *theWord > 0 )