From 102c316142c37a150fb5613852569a59936bf678 Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 24 Jan 1985 16:59:06 +0000 Subject: [PATCH] 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. --HG-- branch : unlabeled-2.8.1 --- util/cgg/bootgram.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cgg/bootgram.y b/util/cgg/bootgram.y index d2f720187..ddd438802 100644 --- a/util/cgg/bootgram.y +++ b/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); -- 2.34.1