diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 { |
