]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (dlsyms): #define const to nothing if not __STDC__
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 20 Jan 1999 18:15:19 +0000 (18:15 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 20 Jan 1999 18:15:19 +0000 (18:15 +0000)
ChangeLog
ltmain.in

index 75fa8ad832bb2321e28725fb9b8ea2920508ea8f..89b7e928b4cf01e8496fa32f56fe063883a55740 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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__
 
index 46e0e059b2975cb777d474c6421b20fd58893a26..3dc2c57a929bf6500492b46c547e532714ff022e 100644 (file)
--- 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. */