Add -m32 and -x c to Makefile for 64-bit Snow Leopard.
[pforth] / csrc / pf_core.c
index 497b7e0..740d942 100644 (file)
@@ -427,7 +427,7 @@ void pfMessage( const char *CString )
 }\r
 \r
 /**************************************************************************\r
 }\r
 \r
 /**************************************************************************\r
-** Main entry point for pForth\r
+** Main entry point for pForth.
 */\r
 int32 pfDoForth( const char *DicFileName, const char *SourceName, int32 IfInit )\r
 {\r
 */\r
 int32 pfDoForth( const char *DicFileName, const char *SourceName, int32 IfInit )\r
 {\r
@@ -435,7 +435,6 @@ int32 pfDoForth( const char *DicFileName, const char *SourceName, int32 IfInit )
        pfDictionary_t *dic = NULL;\r
        int32 Result = 0;\r
        ExecToken  EntryPoint = 0;\r
        pfDictionary_t *dic = NULL;\r
        int32 Result = 0;\r
        ExecToken  EntryPoint = 0;\r
-       \r
 \r
 #ifdef PF_USER_INIT\r
        Result = PF_USER_INIT;\r
 \r
 #ifdef PF_USER_INIT\r
        Result = PF_USER_INIT;\r