pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-10-22
2011-10-22 21:56:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
074dd129151c71d306ec0aa0f67434eb88c485f5 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Use push_undefined() in a few more places.
2940:
(m = Pike_interpreter.thread_state->thread_local) != NULL) mapping_index_no_free(Pike_sp++, m, &key); else {
-
push_
int
(
0
);
-
Pike_sp[-1].subtype=NUMBER_UNDEFINED;
+
push_
undefined
();
} }