abc_ifnlt 273 lib/as3/opcodes.h code_t* abc_ifnlt(code_t*prev, code_t* label); abc_ifnlt 274 lib/as3/opcodes.h #define ifnlt(method,label) (method->code = abc_ifnlt(method->code,label))