diff options
| author | Steffen Nurpmeso <steffen@sdaoden.eu> | 2017-09-30 00:13:05 +0200 |
|---|---|---|
| committer | Steffen Nurpmeso <steffen@sdaoden.eu> | 2017-10-03 17:58:45 +0200 |
| commit | 1d5e386b0a78393ac6b670c209a185849ec798a1 (patch) | |
| tree | 6f01f1f94079d73ee45caefe3ea3fa4ae5ecac61 /libtcc.h | |
| parent | a1c90513131164500f503108a845fee1e8632cc6 (diff) | |
| download | tinycc-1d5e386b0a78393ac6b670c209a185849ec798a1.tar.gz tinycc-1d5e386b0a78393ac6b670c209a185849ec798a1.tar.bz2 | |
Introduce VIP sysinclude paths which are always searched first
Diffstat (limited to 'libtcc.h')
| -rw-r--r-- | libtcc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |
