aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
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