include opts_debug and opts_memchk in exec.c's standalone part for now to have it compile

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-08 12:07:37 +02:00
parent 7fed5bf41f
commit 2bf40b4104

3
exec.c
View file

@ -458,6 +458,9 @@ cleanup:
*/
#if defined(QCVM_EXECUTOR)
bool opts_debug = false;
bool opts_memchk = false;
static int qc_print(qc_program *prog)
{
qcany *str = (qcany*)(prog->globals + OFS_PARM0);