X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/f1994bf609c5b053c5c0d7db2062b570fa9f5ead..c1a87b8298475c3fdd007b14a1413d2a6fd0fa61:/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. */