mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Update bootstrap and fix source change tests. Typo in command ine help.
This commit is contained in:
parent
126ef6d479
commit
6a4748e2af
78 changed files with 1026 additions and 2564 deletions
|
|
@ -901,7 +901,6 @@ static void OPP_Receiver (int8 *mode, OPS_Name name, OPT_Struct *typ, OPT_Struct
|
|||
|
||||
static BOOLEAN OPP_Extends (OPT_Struct x, OPT_Struct b)
|
||||
{
|
||||
BOOLEAN _o_result;
|
||||
if ((b->form == 11 && x->form == 11)) {
|
||||
b = b->BaseTyp;
|
||||
x = x->BaseTyp;
|
||||
|
|
@ -911,8 +910,7 @@ static BOOLEAN OPP_Extends (OPT_Struct x, OPT_Struct b)
|
|||
x = x->BaseTyp;
|
||||
} while (!(x == NIL || x == b));
|
||||
}
|
||||
_o_result = x == b;
|
||||
return _o_result;
|
||||
return x == b;
|
||||
}
|
||||
|
||||
static struct ProcedureDeclaration__16 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue