X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=csrc%2Fpfcompil.c;fp=csrc%2Fpfcompil.c;h=937e39ef831ff12d1483e2a5ca3fabe76b2440e2;hb=529bb4e23b94186596ca0e3f5d295b0be95d4fad;hp=b618c9fc6104bcbd137926f2338981e21be8f2a7;hpb=73c0fd67eeb7fe0d6cc573afba798a88c4e86d82;p=debian%2Fpforth 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. */