pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2022-06-11
2022-06-11 08:51:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9a08e3aff69cbd0de91e45faa9f37a9f1b0adb47 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Add support for a mapping to the call_state.
3083:
flags = Pike_sp[2-args].u.integer ^ CALL_NOT_LAST_ARG; } if (args > 3) sval = Pike_sp + 3 - args;
-
LOW_INIT_CALL_STATE(cs, 1);
+
LOW_INIT_CALL_STATE(cs, 1
, NULL
);
if (!(res = low_new_check_call(Pike_sp[-args].u.type, Pike_sp[1-args].u.type, flags, &cs, sval))) {