pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:39 by Tobias S. Josefowitz <tobij@tobij.de>
1303ea271a406f2cab7ace75d952d2acd252ef9a (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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);