pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-21
1999-11-21 21:07:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b8ba159cb3e711d8c4ff002d0497cdaee2268f6d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/pike_types.c:1.68
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
67
1999/11/21 21:
06
:
56
grubba Exp $");
+
RCSID("$Id: pike_types.c,v 1.
68
1999/11/21 21:
07
:
10
grubba Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
1076:
{ int new_complex; type++;
-
new_complex
|
= low_and_push_complex_pike_type(type);
+
new_complex = low_and_push_complex_pike_type(type);
if (new_complex) { push_type(T_OR); is_complex = 1;