pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-01-12
2020-01-12 17:27:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
908a34b2879c64d9bdf143685fcff887792736c7 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Fixed typo in fatal error message.
752:
struct compilation * c = MAYBE_THIS_COMPILATION; #ifdef PIKE_DEBUG if ((t != PIKE_T_ARRAY) && (t != PIKE_T_STRING)) {
-
Pike_fatal("Invalid type for push_array_type(): %s (%d)\n",
+
Pike_fatal("Invalid type for push_
unlimited_
array_type(): %s (%d)\n",
get_name_of_type(t), t); } #endif