* ltmain.in (dlsyms): #define const to nothing if not __STDC__

This commit is contained in:
Alexandre Oliva 1999-01-20 18:15:19 +00:00 committed by Alexandre Oliva
parent 6935dcde62
commit 19ddb9d9b2
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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
not __STDC__

View File

@ -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. */