pike.git/
src/
interpret_functions.h
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.
211:
OPCODE0(F_UNDEFINED, "push UNDEFINED", I_UPDATE_SP, {
-
push_
int
(
0
);
-
Pike_sp[-1].subtype=NUMBER_UNDEFINED;
+
push_
undefined
();
}); OPCODE0(F_CONST0, "push 0", I_UPDATE_SP, {