pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-08
2001-07-08 18:19:54 by Andreas Lange <andreas@lange.cx>
017b3a59bb451d98612fde9c94c84fd95155adfa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
doc typo
Rev: src/builtin_functions.c:1.392
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
391
2001/07/
05
00
:
09
:
41
mast
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
392
2001/07/
08
18
:
19
:
54
lange
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2190:
*! *! Mark an object as destructed. *!
-
*! Calls @tt{o->destroy()@}, and then clears all
varaibles
in the object.
+
*! Calls @tt{o->destroy()@}, and then clears all
variables
in the object.
*! *! All pointers and function pointers to this object will become zero. *! The destructed object will be freed from memory as soon as possible.