pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-03-12
2021-03-12 09:51:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
db4f8a0db24d4a157fce33f2dcb681fc1fc6a653 (
15
lines) (+
7
/-
8
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Minor DMALLOC clean-up.
9111:
return !low_pike_types_le(b, a, 0, LE_TYPE_SVALUE); }
-
#ifdef DEBUG_MALLOC
-
#define low_index_type(X,Y,Z) ((struct pike_type *)debug_malloc_pass(debug_low_index_type((X),(Y),(Z))))
-
#else
-
#define low_index_type debug_low_index_type
-
#endif
+
/* FIXME, add the index */
-
static struct pike_type *
debug_
low_index_type(struct pike_type *t,
+
static struct pike_type *low_index_type(struct pike_type *t,
struct pike_type *index_type, node *n)
-
+
#ifdef DEBUG_MALLOC
+
#define low_index_type(X,Y,Z) ((struct pike_type *)debug_malloc_pass(low_index_type((X),(Y),(Z))))
+
#endif
{ struct pike_type *tmp; struct program *p;