diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -813,6 +813,7 @@ struct TCCState { int option_pthread; /* -pthread option */ int argc; char **argv; + int do_test; }; struct filespec { |
