Fixed POSIX IO, (ACCEPT) now emits SPACE at end of line.
[pforth] / csrc / pf_core.c
index ceab2be..c2fc2c9 100644 (file)
@@ -455,8 +455,8 @@ int32 pfDoForth( const char *DicName, const char *SourceName, int32 IfInit )
                if( !pfQueryQuiet() )\r
                {\r
                        MSG( "PForth V"PFORTH_VERSION );\r
                if( !pfQueryQuiet() )\r
                {\r
                        MSG( "PForth V"PFORTH_VERSION );\r
-                       if( IsHostLittleEndian() ) MSG("LE");\r
-                       else MSG("BE");\r
+                       if( IsHostLittleEndian() ) MSG("-LE");\r
+                       else MSG("-BE");\r
 #if PF_BIG_ENDIAN_DIC\r
             MSG("/BE");\r
 #elif PF_LITTLE_ENDIAN_DIC\r
 #if PF_BIG_ENDIAN_DIC\r
             MSG("/BE");\r
 #elif PF_LITTLE_ENDIAN_DIC\r