pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-01-07
2020-01-07 17:41:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
25c12a07a244c764c1762143f8afe28bf91947f2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Some more use of push_unlimited_array_type().
1985:
push_type(T_VOID); push_type(T_MANY); push_int_type(MIN_INT32, MAX_INT32);
-
push_type(T_STRING);
+
push_
unlimited_array_
type(T_STRING);
push_int_type(MIN_INT32, MAX_INT32); push_type(T_MAPPING); push_type(T_VOID);