pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2013-06-12
2013-06-12 18:14:14 by Tobias S. Josefowitz <tobij@tobij.de>
eca0fcfad5d6869f246a9158e52015316502f1be (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
interpret_functions.h: add missing ;
2190:
}else{ DO_DUMB_RETURN; }
-
})
+
})
;
OPCODE1_JUMP(F_MARK_CALL_LFUN, "mark, call lfun" , I_UPDATE_ALL, { JUMP_SET_TO_PC_AT_NEXT (Pike_fp->return_addr);