X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/8e9db35f299d8f606ba003d3cd8fa9e2c868c880..cf39ac971d6cd1e16bf84c2c05adb4b699064b2f:/csrc/pf_text.h diff --git a/csrc/pf_text.h b/csrc/pf_text.h index 05431d7..fd71371 100644 --- a/csrc/pf_text.h +++ b/csrc/pf_text.h @@ -54,7 +54,7 @@ void pfReportThrow( ThrowCode code ); char *ForthStringToC( char *dst, const char *FString, cell_t dstSize ); char *CStringToForth( char *dst, const char *CString, cell_t dstSize ); -cell_t ffCompare( const char *s1, cell_t len1, const char *s2, int32_t len2 ); +cell_t ffCompare( const char *s1, cell_t len1, const char *s2, cell_t len2 ); cell_t ffCompareText( const char *s1, const char *s2, cell_t len ); cell_t ffCompareTextCaseN( const char *s1, const char *s2, cell_t len );