diff options
| author | grischka <grischka> | 2017-02-18 09:55:46 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2017-02-18 09:55:46 +0100 |
| commit | 52865296326547995cb2f715b801e0a194e8b361 (patch) | |
| tree | 1e713a75ce8f9d96c1df45c70cf26973849c51e7 /tcc.h | |
| parent | 2d3b9559bf569f137cefb7f8386a0dc58e33c81f (diff) | |
| download | tinycc-52865296326547995cb2f715b801e0a194e8b361.tar.gz tinycc-52865296326547995cb2f715b801e0a194e8b361.tar.bz2 | |
tcc -hh: show more options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1157,6 +1157,7 @@ ST_FUNC char *normalize_slashes(char *path); /* tcc_parse_args return codes: */ #define OPT_HELP 1 +#define OPT_HELP2 2 #define OPT_V 3 #define OPT_PRINT_DIRS 4 #define OPT_AR 5 |
