pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-02
2001-07-02 10:43:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8f5b5b3313eac859df0cdcbb2a533cb6d6480c2c (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/builtin.cmod:1.54
1:
/* -*- c -*-
-
* $Id: builtin.cmod,v 1.
53
2001/07/02
04
:
09
:
46
hubbe
Exp $
+
* $Id: builtin.cmod,v 1.
54
2001/07/02
10
:
43
:
39
grubba
Exp $
*/ #include "global.h"
55:
pop_stack(); return; }
-
error("Non-string returned from _sprintf()\n");
+
Pike_
error("Non-string returned from _sprintf()\n");
} } pop_stack();
106:
pop_stack(); return; }
-
error("Non-string returned from _sprintf()\n");
+
Pike_
error("Non-string returned from _sprintf()\n");
} } if(x->type != T_INT)
-
error("Bad argument 1 to int2char.\n");
+
Pike_
error("Bad argument 1 to int2char.\n");
c=x->u.integer;