pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-12-08
2013-12-08 13:30:44 by Arne Goedeke <el@laramies.com>
5dfbb47aa2f80607b9552cfdc6761613dd304bb8 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
TM: return undefined on error
455:
if( tval ) push_text( tval ); else
-
push_
text
(
0
);
+
push_
undefined
();
} }