pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-25
2000-03-25 21:28:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
ac0fed6ddbb85c9d923c3b6bb5eba2585196cab1 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
oops
Rev: lib/master.pike.in:1.107
1:
/* -*- Pike -*- *
-
* $Id: master.pike.in,v 1.
106
2000/03/25 21:
25
:
31
hubbe Exp $
+
* $Id: master.pike.in,v 1.
107
2000/03/25 21:
28
:
37
hubbe Exp $
* * Master-file for Pike. *
569:
{ if(object o=low_cast_to_object(oname, current_file)) return o;
-
error(
sprintf(
"Cast '
%s
' to object failed
%s.\n
"
,file,
-
current_file?sprintf("for '%s'",current_file)
,
""));
+
error("Cast '
"+oname+"
' to object failed"
+
+
(
current_file?sprintf("for '%s'",current_file)
:
"")
+".\n"
);
+
return 0;
} class dirnode