mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 22:12:24 +00:00
Update bootstrap C sources.
This commit is contained in:
parent
5c3b42be09
commit
6beeaa5626
5 changed files with 5 additions and 5 deletions
|
|
@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis)
|
|||
if (obj->typ->comp == 3) {
|
||||
OPC_EndStat();
|
||||
OPC_BegStat();
|
||||
base = OPT_linttyp;
|
||||
base = OPT_adrtyp;
|
||||
OPM_WriteString((CHAR*)"ADDRESS ", 9);
|
||||
OPC_LenList(obj, 0, 1);
|
||||
} else if ((obj->mode == 2 && obj->typ->comp == 4)) {
|
||||
|
|
|
|||
|
|
@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis)
|
|||
if (obj->typ->comp == 3) {
|
||||
OPC_EndStat();
|
||||
OPC_BegStat();
|
||||
base = OPT_linttyp;
|
||||
base = OPT_adrtyp;
|
||||
OPM_WriteString((CHAR*)"ADDRESS ", 9);
|
||||
OPC_LenList(obj, 0, 1);
|
||||
} else if ((obj->mode == 2 && obj->typ->comp == 4)) {
|
||||
|
|
|
|||
|
|
@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis)
|
|||
if (obj->typ->comp == 3) {
|
||||
OPC_EndStat();
|
||||
OPC_BegStat();
|
||||
base = OPT_linttyp;
|
||||
base = OPT_adrtyp;
|
||||
OPM_WriteString((CHAR*)"ADDRESS ", 9);
|
||||
OPC_LenList(obj, 0, 1);
|
||||
} else if ((obj->mode == 2 && obj->typ->comp == 4)) {
|
||||
|
|
|
|||
|
|
@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis)
|
|||
if (obj->typ->comp == 3) {
|
||||
OPC_EndStat();
|
||||
OPC_BegStat();
|
||||
base = OPT_linttyp;
|
||||
base = OPT_adrtyp;
|
||||
OPM_WriteString((CHAR*)"ADDRESS ", 9);
|
||||
OPC_LenList(obj, 0, 1);
|
||||
} else if ((obj->mode == 2 && obj->typ->comp == 4)) {
|
||||
|
|
|
|||
|
|
@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis)
|
|||
if (obj->typ->comp == 3) {
|
||||
OPC_EndStat();
|
||||
OPC_BegStat();
|
||||
base = OPT_linttyp;
|
||||
base = OPT_adrtyp;
|
||||
OPM_WriteString((CHAR*)"ADDRESS ", 9);
|
||||
OPC_LenList(obj, 0, 1);
|
||||
} else if ((obj->mode == 2 && obj->typ->comp == 4)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue