aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2013-02-10 00:38:40 +0100
committergrischka <grischka>2013-02-10 00:38:40 +0100
commit8042121d74906eacec7add2ddc85270e1db3ca88 (patch)
treea2f40b84332e8209ad91a0a0005444f1d61c96c5 /tcc.h
parentd6d7686b608c4b7cd88877b30579ca2346e5d284 (diff)
downloadtinycc-8042121d74906eacec7add2ddc85270e1db3ca88.tar.gz
tinycc-8042121d74906eacec7add2ddc85270e1db3ca88.tar.bz2
tcc -vv/--print-search-dirs: print more info
tests/Makefile: - print-search-dirs when 'hello' fails - split off hello-run win32/include/_mingw.h: - fix for compatibility with mingw headers (While our headers in win32 are from mingw-64 and don't have the problem) tiny_libmaker: - don't use "dangerous" mktemp
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 c5c7c41..460c417 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1067,6 +1067,7 @@ PUB_FUNC int tcc_set_flag(TCCState *s, const char *flag_name, int value);
PUB_FUNC void tcc_print_stats(TCCState *s, int64_t total_time);
PUB_FUNC char *tcc_default_target(TCCState *s, const char *default_file);
PUB_FUNC void tcc_gen_makedeps(TCCState *s, const char *target, const char *filename);
+PUB_FUNC void tcc_display_info(TCCState *s, int what);
/* ------------ tccpp.c ------------ */