mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
a6cdc8735a
This is a nice feature found in fteqcc (also a bit of a challenge from Spike). Getting bison to accept the new expression required rewriting the state expression grammar, so this is mostly for the state expression. A test to ensure the state expression doesn't break is included.
6 lines
173 B
C
6 lines
173 B
C
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;
|