From: Alexandre Oliva Date: Wed, 20 Jan 1999 18:15:19 +0000 (+0000) Subject: * ltmain.in (dlsyms): #define const to nothing if not __STDC__ X-Git-Tag: ild-branchpoint~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19ddb9d9b2af6f680125a9cf99c6df548dbef587;p=thirdparty%2Flibtool.git * ltmain.in (dlsyms): #define const to nothing if not __STDC__ --- diff --git a/ChangeLog b/ChangeLog index 75fa8ad83..89b7e928b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-20 Alexandre Oliva + * ltmain.in (dlsyms): #define const to nothing if not __STDC__ + * ltconfig.in (global_symbol_pipe): #define const to nothing if not __STDC__ diff --git a/ltmain.in b/ltmain.in index 46e0e059b..3dc2c57a9 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2016,6 +2016,7 @@ extern \"C\" { # define lt_ptr_t void * #else # define lt_ptr_t char * +# define const #endif /* The mapping between symbol names and symbols. */