Query
Friday 10 June 2022
2022-06-10 20:29:54 (1 year ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/builtin_functions.c (+6/-1)(7 lines)
- pike/src/constants.c (+5/-1)(6 lines)
- pike/src/las.cmod (+22/-9)(31 lines)
- pike/src/pike_types.cmod (+98/-59)(157 lines)
- pike/src/pike_types.h (+18/-2)(20 lines)
branch: master
Total 221
Compiler [Typechecker]: Add struct call_state.
This struct is intended to contain state that is to be propagated
between arguments during typechecking of function calls.