mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
Add ispunct() to LibC + some minor cleanups.
This commit is contained in:
@@ -7,7 +7,7 @@ int setjmp(jmp_buf)
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void longjmp(jmp_buf, int val)
|
||||
void longjmp(jmp_buf, int)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user