pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-21
1999-11-21 21:10:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bcb32d6909da5f328196e7d66576f7b8a34391e9 (
10
lines) (+
7
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/pike_types.c:1.69
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
68
1999/11/21 21:
07:
10 grubba Exp $");
+
RCSID("$Id: pike_types.c,v 1.
69
1999/11/21 21:
10
:
12
grubba Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
1078:
type++; new_complex = low_and_push_complex_pike_type(type); if (new_complex) {
+
if (is_complex) {
push_type(T_OR);
-
+
} else {
is_complex = 1; }
-
+
}
type += type_length(type); } switch(EXTRACT_UCHAR(type)) {