X-Git-Url: https://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/73c0fd67eeb7fe0d6cc573afba798a88c4e86d82..529bb4e23b94186596ca0e3f5d295b0be95d4fad:/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. */