INT_PARAM        6800 compile.c          if (INT_PARAM(lead_num)) {
INT_PARAM        6803 compile.c          if (INT_PARAM(post_num)) iseq->body->param.flags.has_post = TRUE;
INT_PARAM        6804 compile.c          if (INT_PARAM(post_start)) iseq->body->param.flags.has_post = TRUE;
INT_PARAM        6805 compile.c          if (INT_PARAM(rest_start)) iseq->body->param.flags.has_rest = TRUE;
INT_PARAM        6806 compile.c          if (INT_PARAM(block_start)) iseq->body->param.flags.has_block = TRUE;