X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/e14f25331be47e565ff6ae8cd7fb372fd329aff1..7d169e32d0619ecf128abe042ec5ef6a2655e1a1:/csrc/pf_text.h diff --git a/csrc/pf_text.h b/csrc/pf_text.h index 9918fe3..fd71371 100644 --- a/csrc/pf_text.h +++ b/csrc/pf_text.h @@ -54,9 +54,8 @@ 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, cell_t len2 ); -cell_t ffCompareText(const char *s1, const char *s2, cell_t len ); +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 ); void DumpMemory( void *addr, cell_t cnt);