From 2bf40b410457af30299f36d29047d17b653e1fe7 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Wed, 8 Aug 2012 12:07:37 +0200 Subject: [PATCH] include opts_debug and opts_memchk in exec.c's standalone part for now to have it compile --- exec.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.2