Adding Atari TOS support
[debian/pforth] / csrc / pf_text.h
index 9918fe3107efa9e23f7f34d145613a3e7ab24a99..fd713713bc58d44c46abc7c042da9966beceb2bd 100644 (file)
@@ -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);