aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tcc.h b/tcc.h
index 19093e1..2c38fa5 100644
--- a/tcc.h
+++ b/tcc.h
@@ -762,10 +762,7 @@ struct TCCState {
int do_bench; /* option -bench */
int gen_deps; /* option -MD */
char *deps_outfile; /* option -MF */
-
- int args_pthread; /* -pthread option */
- CString linker_arg; /* collect -Wl options for input such as "-Wl,-rpath -Wl,<path>" */
- int args_ref; /* tcc_parse_args recursive counter */
+ int option_pthread; /* -pthread option */
};
struct filespec {