From: Wolfgang (Blub) Bumiller Date: Wed, 8 Aug 2012 10:07:37 +0000 (+0200) Subject: include opts_debug and opts_memchk in exec.c's standalone part for now to have it... X-Git-Tag: 0.1-rc1~363^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=2bf40b410457af30299f36d29047d17b653e1fe7 include opts_debug and opts_memchk in exec.c's standalone part for now to have it compile --- diff --git a/exec.c b/exec.c index 4a1ad09..bb1c5e5 100644 --- a/exec.c +++ b/exec.c @@ -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);