pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-27
2001-03-27 22:02:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2129d284f5c14f13da3376f644753a88b52cec46 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/pike_types.h:1.64
5:
\*/ /*
-
* $Id: pike_types.h,v 1.
63
2001/03/
18
00
:
59
:
34
grubba Exp $
+
* $Id: pike_types.h,v 1.
64
2001/03/
27
22
:
02
:
16
grubba Exp $
*/ #ifndef PIKE_TYPES_H #define PIKE_TYPES_H
157:
#define MAKE_CONSTANT_TYPE(T, X) do { \ static struct pike_type_location type_; \
-
if (!type_.
t}
{ \
+
if (!type_.
t)
{ \
type_.t = CONSTTYPE(X); \ type_.next = all_pike_type_locations; \ all_pike_type_locations = &type_; \