pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2019-02-02
2019-02-02 18:29:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f14acec5e89e5498ac38fe41f72e45879035d834 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Runtime: Extended low_get_line() with local variable info.
2601:
assert (THIS->lineno == 0); if (THIS->pc && THIS->prog) {
-
file = low_get_line(THIS->pc, THIS->prog, &THIS->lineno);
+
file = low_get_line(THIS->pc, THIS->prog, &THIS->lineno
, NULL
);
THIS->pc = NULL; } else if (TYPEOF(THIS->_fun) == PIKE_T_FUNCTION) {