diff options
| author | grischka <grischka> | 2009-07-18 22:07:33 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-07-18 22:07:33 +0200 |
| commit | 94ae3984b0d4d3d78975d3bd48810cd5b6381618 (patch) | |
| tree | f00293d6b3ed90f816e3c474ae2d08fa4bae1a7e /tcc.h | |
| parent | 1df662c1b094d250db0501cf31db83dc5f9060e4 (diff) | |
| download | tinycc-94ae3984b0d4d3d78975d3bd48810cd5b6381618.tar.gz tinycc-94ae3984b0d4d3d78975d3bd48810cd5b6381618.tar.bz2 | |
tccpe: set tcc_lib_path from DLL
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
