X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/706b5e4b7faffb3fb4c58651be5df3e4bd2be794..fb2f857a3d824a34b38b8e15619f1844dad6e1bd:/csrc/pfcompil.c?ds=inline diff --git a/csrc/pfcompil.c b/csrc/pfcompil.c index 9397fa3..04bc000 100644 --- a/csrc/pfcompil.c +++ b/csrc/pfcompil.c @@ -661,7 +661,7 @@ void ffDefer( void ) } /* Unsmudge the word to make it visible. */ -void ffUnSmudge( void ) +static void ffUnSmudge( void ) { *(char*)gVarContext &= ~FLAG_SMUDGE; } @@ -737,7 +737,7 @@ void ffFPLiteral( PF_FLOAT fnum ) #endif /* PF_SUPPORT_FP */ /**************************************************************/ -ThrowCode FindAndCompile( const char *theWord ) +static ThrowCode FindAndCompile( const char *theWord ) { cell_t Flag; ExecToken XT;