mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 08:50:58 +00:00
ab8692bd96
This was easy to achieve in v6p progs because all return values passed through .return and thus could not be lost. However, Ruamoko progs use a return pointer which can wind up pointed into the void (the return buffer) and thus cause the return value to be lost. Using @return on obj_msg_sendv bounces the return pointer through to the called function. In addition, nil is returned when the forwarding target is nil. |
||
---|---|---|
.. | ||
builtins | ||
debugger | ||
device | ||
editor | ||
ui | ||
.gdbinit | ||
gcd.r | ||
input-app.h | ||
input-app.r | ||
Makemodule.am | ||
qdb | ||
qwaq-app.h | ||
qwaq-app.r | ||
qwaq-input.h | ||
qwaq-input.r | ||
qwaq.h | ||
threading.h | ||
z-transform.r |