X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/f1994bf609c5b053c5c0d7db2062b570fa9f5ead..58a4c23bbd72fd0fde36266e8c9faa4e199d1232:/csrc/pfcompil.c diff --git a/csrc/pfcompil.c b/csrc/pfcompil.c index b618c9f..937e39e 100644 --- a/csrc/pfcompil.c +++ b/csrc/pfcompil.c @@ -981,7 +981,7 @@ ThrowCode ffIncludeFile( FileStream *InputFile ) ***************************************************************/ Err ffPushInputStream( FileStream *InputFile ) { - cell_t Result = 0; + Err Result = 0; IncludeFrame *inf; /* Push current input state onto special include stack. */