mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 16:37:30 +00:00
43ea34535e
It turns out that assignments to struct fields are not counted as live when the whole struct is later used via a pointer move.
9 lines
308 B
C
9 lines
308 B
C
void *obj_malloc (int size) = #0;
|
|
void printf (string fmt, ...) = #0;
|
|
int errno (void) = #0;
|
|
string strerror (int err) = #0;
|
|
void exit (int code) = #0;
|
|
entity spawn (void) = #0;
|
|
void remove (entity e) = #0;
|
|
id obj_msgSend (id receiver, SEL op, ...) = #0;
|
|
void __obj_exec_class (struct obj_module *msg) = #0;
|