Missied a commit in order to support -v --help the same way as gcc does
This commit is contained in:
parent
47363cbb97
commit
bbb3f79bb8
1 changed files with 1 additions and 0 deletions
1
tcc.h
1
tcc.h
|
@ -1281,6 +1281,7 @@ ST_FUNC char *normalize_slashes(char *path);
|
|||
#define OPT_PRINT_DIRS 4
|
||||
#define OPT_AR 5
|
||||
#define OPT_IMPDEF 6
|
||||
#define OPT_VERBOSE_HELP 7
|
||||
#define OPT_M32 32
|
||||
#define OPT_M64 64
|
||||
|
||||
|
|
Loading…
Reference in a new issue