From 94ae3984b0d4d3d78975d3bd48810cd5b6381618 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 18 Jul 2009 22:07:33 +0200 Subject: tccpe: set tcc_lib_path from DLL --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') 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; -- cgit v1.3.1