Explorar o código

Re-introduced the possibility of a Varying EM_BSIZE
this to be able to use the latest STABLE m68k2 backend.
All this until the newest m68k2 version has been tested.

keie %!s(int64=39) %!d(string=hai) anos
pai
achega
3172abf70d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util/cgg/bootgram.y

+ 1 - 1
util/cgg/bootgram.y

@@ -1835,7 +1835,7 @@ finishio() {
 	if (bsize>=0)
 		fprintf(hfile,"#define TEM_BSIZE %d\n",bsize);
 	else
-		yyerror("EM_BSIZE undefined");
+ 		fprintf(hfile,"extern int TEM_BSIZE;\n");
 	if (fmt!=0)
 		fprintf(hfile,"#define WRD_FMT \"%s\"\n",fmt);
 	fprintf(hfile,"#define MAXALLREG %d\n",maxallreg);