pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-26
2017-11-26 03:03:12 by Martin Nilsson <nilsson@fastmail.com>
d6d43e930ae8a95e6dfc58768c37e0872051c343 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
p can not be false here. CID 1423308
1629:
switch(TYPEOF(Pike_sp[-1])) { case T_FUNCTION: if((p = program_from_function(Pike_sp-1))) {
-
push_object_type(0, p
?(p
->id)
:0)
;
+
push_object_type(0, p->id);
break; } else { /* Attempt to get the return type for the function. */