diff os9/mc09/mc2.c @ 111:c4e909f21b25

micro c,j self compiled on os9 level2
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 31 Dec 2018 17:51:27 +0900
parents 6566b9f47f4a
children
line wrap: on
line diff
--- a/os9/mc09/mc2.c	Mon Dec 31 15:57:24 2018 +0900
+++ b/os9/mc09/mc2.c	Mon Dec 31 17:51:27 2018 +0900
@@ -145,7 +145,7 @@
 #define GSYMS	450
 #define LSYMS	50
 
-#define HEAPSIZE	700
+#define HEAPSIZE	1000
 #define CHEAPSIZE	3000
 #define LBUFSIZE	256
 
@@ -205,7 +205,7 @@
         if (!chk) {
               if ( (obuf = fopen(ccout,"w")) == NULL ) error(FILERR);
                 else {
-                     printf("\tmod   _eom,_name,_tylg,_atrv,_start,_GLOBALS\n");    /* os9 module header */
+                     printf("\tmod   _eom,_name,_tylg,_atrv,_start,1024\n");    /* os9 module header */
                      printf("_name      fcs   /%s/\n\tfcb 0\n",modname);
                 }
         }