pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-02-24
1999-02-24 02:02:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d7dfb4c059f56626a389220962fa2af2250471ab (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/builtin_functions.c:1.152
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
151
1999/02/
20
17
:
47
:
01
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
152
1999/02/
24
02
:
02
:
14
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
1720:
{ int ret; struct mapping *m;
-
get_all_args("
make
_weak",args,"%m%i",&m,&ret);
+
get_all_args("
set
_weak
_flag
",args,"%m%i",&m,&ret);
if(ret) { ret=m->flags & MAPPING_FLAG_WEAK;