mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
update NSPR to 4.24 and keep NSPR Bug 1586070 and win64 patch intact.
This commit is contained in:
parent
dd094ae552
commit
0b9855b841
487 changed files with 42933 additions and 48679 deletions
|
|
@ -27,16 +27,20 @@ int main(int argc, char **argv)
|
|||
char *ptr = NULL;
|
||||
|
||||
/* this fails to compile with the old definition of PR_DELETE */
|
||||
if (foo)
|
||||
if (foo) {
|
||||
PR_DELETE(ptr);
|
||||
else
|
||||
}
|
||||
else {
|
||||
Noop();
|
||||
}
|
||||
|
||||
/* this nests incorrectly with the old definition of PR_FREEIF */
|
||||
if (foo)
|
||||
if (foo) {
|
||||
PR_FREEIF(ptr);
|
||||
else
|
||||
}
|
||||
else {
|
||||
Fail();
|
||||
}
|
||||
|
||||
printf("PASS\n");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue