quakeforge/ruamoko/lib/obj_forward.r
Bill Currie a487595149 [ruamoko,libr] Begin implementation of __obj_forward
libr supplies an __obj_forward definition that links to a builtin, but
as it is the only def in its object file, it is readily replaceable by
an alternative Ruamoko implementation.

The builtin version currently simply errors out (rather facetiously),
but only as a stub to allow progs to load.
2020-03-09 19:09:08 +09:00

3 lines
143 B
R

// __obj_foward is the only thing in this file so it can be readily replaced
// at link time
void __obj_forward(id object, SEL sel, ...) = #0;