pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-07
2022-05-07 16:33:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a302ae27498ccb0589366b973ac78fd2569da3ad (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Trace binops at debug level 3+.
6394:
struct remap_state remap; struct pike_type *ret;
+
#ifdef PIKE_DEBUG
+
if (l_flag > 2) {
+
remap_flags |= PT_FLAG_REMAP_TRACE;
+
}
+
#endif
+
INIT_REMAP_STATE(remap); ret = low_type_binop(op, a, b, &remap, aflags, bflags, remap_flags);