aboutsummaryrefslogtreecommitdiff
path: root/tccrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccrun.c')
-rw-r--r--tccrun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tccrun.c b/tccrun.c
index 5575eb5..37e9303 100644
--- a/tccrun.c
+++ b/tccrun.c
@@ -52,6 +52,8 @@ static void *win64_add_function_table(TCCState *s1);
static void win64_del_function_table(void *);
#endif
+// #define HAVE_SELINUX
+
/* ------------------------------------------------------------- */
/* Do all relocations (needed before using tcc_get_symbol())
Returns -1 on error. */