]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Revert last Ossama's patch. autoconf does not use extern "C", so we
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 29 Apr 1999 08:03:40 +0000 (08:03 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 29 Apr 1999 08:03:40 +0000 (08:03 +0000)
shouldn't either, otherwise libtool might think we have dlopening while
libltdl might not be able to deliver it.

ChangeLog
ltconfig.in

index 60966ddb46cd18706e1c55cecdf95fa2c9ddf750..72e0df81417c0afb21a1f48c95c8ab4a3dd144b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-1999-04-29  Ossama Othman  <othman@cs.wustl.edu>
-
-       * ltconfig.in (dlopen): Declare it as extern "C" in C++.
-
 1999-04-29  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * libtool.m4 (cygwin*|mingw*, DLLTOOL, OBJDUMP, AS): Only expand the
index e54e1edd0f702b0caac5ab5717f031839c02b2ef..9418cd9d16b93ead1ffc08fed990076da81f415a 100755 (executable)
@@ -2070,9 +2070,6 @@ else
     which can conflict with char dlopen(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char dlopen();