From 34dabe496f367db5b6cece5ac0b396dc9c074c99 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Mon, 5 Apr 2010 22:56:33 +0200 Subject: libtcc: Detect (but ignore) -init and -fini for -Wl -- By by ... Detlef --- libtcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtcc.h') diff --git a/libtcc.h b/libtcc.h index c25ab0f..339dec1 100644 --- a/libtcc.h +++ b/libtcc.h @@ -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 */ -- cgit v1.3.1