mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
Move symbol constants from OPM to OPS.
This commit is contained in:
parent
298da0d13c
commit
f5e97fdd87
202 changed files with 684 additions and 702 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/08/21] for gcc LP64 on cygwin xtspkaSfF */
|
||||
/* voc 1.95 [2016/08/22] for gcc LP64 on cygwin xtspkaSfF */
|
||||
#define LARGE
|
||||
#include "SYSTEM.h"
|
||||
#include "OPM.h"
|
||||
|
|
@ -850,7 +850,7 @@ static void OPT_InConstant (LONGINT f, OPT_Const conval)
|
|||
conval->intval = 0;
|
||||
break;
|
||||
default:
|
||||
OPM_LogWStr((CHAR*)"unhandled case in OPT.InConstant(), f = ", (LONGINT)41);
|
||||
OPM_LogWStr((CHAR*)"unhandled case in InConstant(), f = ", (LONGINT)37);
|
||||
OPM_LogWNum(f, ((LONGINT)(0)));
|
||||
OPM_LogWLn();
|
||||
break;
|
||||
|
|
@ -1073,7 +1073,7 @@ static void OPT_InStruct (OPT_Struct *typ)
|
|||
OPT_InSign(mno, &(*typ)->BaseTyp, &(*typ)->link);
|
||||
break;
|
||||
default:
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OPT.InStruct, tag = ", (LONGINT)39);
|
||||
OPM_LogWStr((CHAR*)"unhandled case at InStruct, tag = ", (LONGINT)35);
|
||||
OPM_LogWNum(tag, ((LONGINT)(0)));
|
||||
OPM_LogWLn();
|
||||
break;
|
||||
|
|
@ -1176,7 +1176,7 @@ static OPT_Object OPT_InObj (SHORTINT mno)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OPT.InObj, tag = ", (LONGINT)36);
|
||||
OPM_LogWStr((CHAR*)"unhandled case at InObj, tag = ", (LONGINT)32);
|
||||
OPM_LogWNum(tag, ((LONGINT)(0)));
|
||||
OPM_LogWLn();
|
||||
break;
|
||||
|
|
@ -1465,14 +1465,14 @@ static void OPT_OutStr (OPT_Struct typ)
|
|||
OPM_SymWInt(((LONGINT)(18)));
|
||||
break;
|
||||
default:
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OPT.OutStr, typ^.comp = ", (LONGINT)43);
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OutStr, typ^.comp = ", (LONGINT)39);
|
||||
OPM_LogWNum(typ->comp, ((LONGINT)(0)));
|
||||
OPM_LogWLn();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OPT.OutStr, typ^.form = ", (LONGINT)43);
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OutStr, typ^.form = ", (LONGINT)39);
|
||||
OPM_LogWNum(typ->form, ((LONGINT)(0)));
|
||||
OPM_LogWLn();
|
||||
break;
|
||||
|
|
@ -1537,7 +1537,7 @@ static void OPT_OutObj (OPT_Object obj)
|
|||
OPT_FPrintErr(obj, 251);
|
||||
break;
|
||||
default:
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OPT.OutObj, obj^.history = ", (LONGINT)46);
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OutObj, obj^.history = ", (LONGINT)42);
|
||||
OPM_LogWNum(obj->history, ((LONGINT)(0)));
|
||||
OPM_LogWLn();
|
||||
break;
|
||||
|
|
@ -1593,7 +1593,7 @@ static void OPT_OutObj (OPT_Object obj)
|
|||
OPT_OutName((void*)obj->name, ((LONGINT)(256)));
|
||||
break;
|
||||
default:
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OPT.OutObj, obj.mode = ", (LONGINT)42);
|
||||
OPM_LogWStr((CHAR*)"unhandled case at OutObj, obj.mode = ", (LONGINT)38);
|
||||
OPM_LogWNum(obj->mode, ((LONGINT)(0)));
|
||||
OPM_LogWLn();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue