abc_ifngt         267 lib/as3/opcodes.h code_t* abc_ifngt(code_t*prev, code_t* label);
abc_ifngt         268 lib/as3/opcodes.h #define ifngt(method,label) (method->code = abc_ifngt(method->code,label))