aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 859d4fd..c988e4f 100644
--- a/tcc.h
+++ b/tcc.h
@@ -665,6 +665,7 @@ struct TCCState {
#endif
#ifdef TCC_IS_NATIVE
+ const char *runtime_main;
/* for tcc_relocate */
void *runtime_mem;
# ifdef HAVE_SELINUX