pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-02
2022-05-02 08:13:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
061321b1b5494b5f31ae72428aafb2309e22c53e (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Removed inline for debug_mk_type().
458:
} /* NB: Steals the references to car and cdr. */
-
static
inline
struct pike_type *debug_mk_type(unsigned INT32 type,
+
static struct pike_type *debug_mk_type(unsigned INT32 type,
struct pike_type *car, struct pike_type *cdr,
-
int flag_method)
+
unsigned
int flag_method)
{ /* FIXME: The hash ought to be based on the tree contents, regardless * of what the adresses of the type nodes are.