pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-01-16
2020-01-16 10:34:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a7161ed84822a804b48171984440b00fe3e86b8b (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
master
EFUNs: _typeof() now returns limited length array and string types.
8052:
}else push_finished_type(zero_type_string); #endif /* 0 */
-
push_
unlimited
_
array
_type(T_ARRAY);
+
push_
int
_
type(a->size, a->size);
+
push
_type(T_ARRAY);
return pop_unfinished_type(); }
8179:
} else { push_type(T_ZERO); }
-
push_
unlimited
_
array
_type(T_STRING);
+
push_
int
_
type(s->u.string->len, s->u.string->len);
+
push
_type(T_STRING);
return pop_unfinished_type(); default: