committing gmqcc.h for previous exec.c commit: qc_program gets .xflags

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-22 17:49:25 +02:00
parent b93125c678
commit ab714862d6

View file

@ -881,6 +881,8 @@ typedef struct qc_program_s {
MEM_VECTOR_MAKE(qc_exec_stack, stack); MEM_VECTOR_MAKE(qc_exec_stack, stack);
size_t statement; size_t statement;
size_t xflags;
int argc; /* current arg count for debugging */ int argc; /* current arg count for debugging */
} qc_program; } qc_program;