mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* ltmain.in (dlsyms): #define const to nothing if not __STDC__
This commit is contained in:
parent
6935dcde62
commit
19ddb9d9b2
@ -1,5 +1,7 @@
|
|||||||
1999-01-20 Alexandre Oliva <oliva@dcc.unicamp.br>
|
1999-01-20 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* ltmain.in (dlsyms): #define const to nothing if not __STDC__
|
||||||
|
|
||||||
* ltconfig.in (global_symbol_pipe): #define const to nothing if
|
* ltconfig.in (global_symbol_pipe): #define const to nothing if
|
||||||
not __STDC__
|
not __STDC__
|
||||||
|
|
||||||
|
@ -2016,6 +2016,7 @@ extern \"C\" {
|
|||||||
# define lt_ptr_t void *
|
# define lt_ptr_t void *
|
||||||
#else
|
#else
|
||||||
# define lt_ptr_t char *
|
# define lt_ptr_t char *
|
||||||
|
# define const
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The mapping between symbol names and symbols. */
|
/* The mapping between symbol names and symbols. */
|
||||||
|
Loading…
Reference in New Issue
Block a user