mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Included lama compilation in root's make regression target
This commit is contained in:
parent
52ef663986
commit
89536c67e0
3240 changed files with 14640 additions and 6 deletions
|
|
@ -691,9 +691,8 @@ extern int Lcompare (void *p, void *q) {
|
|||
|
||||
for (; i < la; i++) {
|
||||
int c = Lcompare(((void **)a->contents)[i + shift], ((void **)b->contents)[i + shift]);
|
||||
if (c != BOX(0)) return BOX(c);
|
||||
if (c != BOX(0)) return c;
|
||||
}
|
||||
|
||||
return BOX(0);
|
||||
} else return BOX(-1);
|
||||
} else if (is_valid_heap_pointer(q)) return BOX(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue