aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 50bbd56..bf242e5 100644
--- a/tcc.h
+++ b/tcc.h
@@ -473,7 +473,7 @@ struct TCCState {
/* compile with built-in memory and bounds checker */
int do_bounds_check;
/* give the path of the tcc libraries */
- const char *tcc_lib_path;
+ char *tcc_lib_path;
/* error handling */
void *error_opaque;