From 1d5e386b0a78393ac6b670c209a185849ec798a1 Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Sat, 30 Sep 2017 00:13:05 +0200 Subject: Introduce VIP sysinclude paths which are always searched first --- libtcc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libtcc.h') diff --git a/libtcc.h b/libtcc.h index a1b31e3..fc37251 100644 --- a/libtcc.h +++ b/libtcc.h @@ -32,6 +32,9 @@ LIBTCCAPI void tcc_set_options(TCCState *s, const char *str); /*****************************/ /* preprocessor */ +/* add in tcc include path, searched before anything else */ +LIBTCCAPI int tcc_add_tccinclude_path(TCCState *s, const char *pathname); + /* add include path */ LIBTCCAPI int tcc_add_include_path(TCCState *s, const char *pathname); -- cgit v1.3.1