pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-19
1998-08-19 07:37:59 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
b8c29a330d1359085671f6d6c33fcc2a001af21b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/pike_types.c:1.45
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
44
1998/
06
/
06
03
:
19
:
53
hubbe Exp $");
+
RCSID("$Id: pike_types.c,v 1.
45
1998/
08
/
19
07
:
37
:
59
hubbe Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
1301:
i=find_shared_string_identifier(CDR(n)->u.sval.u.string, p); if(i==-1) {
-
reference_shared_string(
int
_type_string);
-
return
int
_type_string;
+
reference_shared_string(
mixed
_type_string);
+
return
mixed
_type_string;
}else{ if(EXTRACT_UCHAR(t) || (p->identifier_references[i].id_flags & ID_NOMASK) ||