pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2002-02-28
2002-02-28 10:58:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2a0f323e8ef80538359c40899da05b43ff9ce360 (
10
lines) (+
5
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Fix of [bug
2785 (#2785)
].
Rev: src/builtin.cmod:1.79
1:
/* -*- c -*-
-
* $Id: builtin.cmod,v 1.
78
2002/02/
21
05
:
45
:
19
per-bash
Exp $
+
* $Id: builtin.cmod,v 1.
79
2002/02/
28
10
:
58
:
57
grubba
Exp $
*/ #include "global.h"
656:
switch(func->type) { default:
-
if(!func->u.object->prog)
+
bad_arg_error("function_name", Pike_sp-args, args, 1, "function|program", Pike_sp-args, "Bad argument.\n");