Use C version of LWORD in INTERPRET
[debian/pforth] / csrc / pfcompil.c
index 04bc0002626af49b9055a6284a35549f2fdb3f12..2f0c04e2944c1f3007f0e1d3fcf65533d89f9b43 100644 (file)
@@ -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 )