In src/mapping.c:
#ifdef PIKE_MAPPING_KEYPAIR_LOOP #error Broken code below! #define GC_RECURSE(M, MD, REC_KEYPAIR, TYPE, IND_TYPES, VAL_TYPES) do {
Which apparently is compiled in under some circumstances, and avoided under other circumstances. What's the deal with that piece of code?