mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
When lfun or variable objects are created, we need to make sure, the indices are adjusted if a replace_program() is in progress. Just like closures we create a protector structure that will be processed after the replace_program().
7 lines
95 B
C
7 lines
95 B
C
/* Inherit for testrp.c */
|
|
string var_inh = "v_inh";
|
|
|
|
string fun_inh()
|
|
{
|
|
return "f_inh";
|
|
}
|