From 52865296326547995cb2f715b801e0a194e8b361 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 18 Feb 2017 09:55:46 +0100 Subject: tcc -hh: show more options --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') 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 -- cgit v1.3.1