aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2017-02-18 09:55:46 +0100
committergrischka <grischka>2017-02-18 09:55:46 +0100
commit52865296326547995cb2f715b801e0a194e8b361 (patch)
tree1e713a75ce8f9d96c1df45c70cf26973849c51e7 /tcc.h
parent2d3b9559bf569f137cefb7f8386a0dc58e33c81f (diff)
downloadtinycc-52865296326547995cb2f715b801e0a194e8b361.tar.gz
tinycc-52865296326547995cb2f715b801e0a194e8b361.tar.bz2
tcc -hh: show more options
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index fcf5780..0e22e68 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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