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

ChangeLog
ltconfig.in

index e926cdccc8645f451c460c12b8b60c2ea30f9e6e..75fa8ad832bb2321e28725fb9b8ea2920508ea8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * ltconfig.in (global_symbol_pipe): #define const to nothing if
+       not __STDC__
+
        * demo/dlmain.c (main): cast s->address to the appropriate pointer
        types, otherwise StunOS4's cc refuses to compile it
 
index c3c155a84954c383efb6552d43b35e428239d0ec..cb270bc00d73e02711b5de244a8c0a8a1a4bd8dd 100755 (executable)
@@ -1492,6 +1492,7 @@ EOF
 # define lt_ptr_t void *
 #else
 # define lt_ptr_t char *
+# define const
 #endif
 
 /* The mapping between symbol names and symbols. */