pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-19
2004-12-19 16:38:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f462564394fdd7eddc21d62ba6803f957bb604a3 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
function_object() now is object subtype safe.
Rev: src/builtin.cmod:1.174
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
173
2004/
11/
12
12
:
57:
38 grubba Exp $
+
|| $Id: builtin.cmod,v 1.
174
2004/
12
/
19
16
:
38
:
40
grubba Exp $
*/ #include "global.h"
980:
return; } func->type=T_OBJECT;
+
func->subtype = 0;
return;