diff options
| author | Detlef Riekenberg <tcc.dev@web.de> | 2010-04-05 22:56:33 +0200 |
|---|---|---|
| committer | Detlef Riekenberg <tcc.dev@web.de> | 2010-04-05 22:56:33 +0200 |
| commit | 34dabe496f367db5b6cece5ac0b396dc9c074c99 (patch) | |
| tree | 43e2c75443344ed89009a9a13ba673b94f3a2cef /libtcc.h | |
| parent | 87574de8ed4a41dc2b7134d2dc4e34a3febddc63 (diff) | |
| download | tinycc-34dabe496f367db5b6cece5ac0b396dc9c074c99.tar.gz tinycc-34dabe496f367db5b6cece5ac0b396dc9c074c99.tar.bz2 | |
libtcc: Detect (but ignore) -init and -fini for -Wl
--
By by ... Detlef
Diffstat (limited to 'libtcc.h')
| -rw-r--r-- | libtcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ LIBTCCAPI void tcc_set_error_func(TCCState *s, void *error_opaque, LIBTCCAPI int tcc_set_warning(TCCState *s, const char *warning_name, int value); /* set linker option */ -LIBTCCAPI const char * tcc_set_linker(TCCState *s, const char *option, int multi); +LIBTCCAPI const char * tcc_set_linker(TCCState *s, char *option, int multi); /*****************************/ /* preprocessor */ |
