pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-08
2004-12-08 15:02:08 by Martin Stjernholm <mast@lysator.liu.se>
08ca0a20d6d76dd000d494ce1791e55221c984d7 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Describe UNDEFINED arguments better in backtraces.
Rev: lib/master.pike.in:1.367
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
366
2004/
11
/
05
21
:
01
:
51
nilsson
Exp $
+
// $Id: master.pike.in,v 1.
367
2004/
12
/
08
15
:
02
:
08
mast
Exp $
#pike __REAL_VERSION__ //#pragma strict_types
3005:
switch(res) { case "int":
+
if (!m && zero_type (m) == 1)
+
return "UNDEFINED";
case "float": return (string)m; case "string":