]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/argz_.h: It's __cplusplus, not _cplusplus.
authorGeorge Bosilca <bosilca@cs.utk.edu>
Mon, 4 Sep 2006 17:23:30 +0000 (17:23 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 4 Sep 2006 17:23:30 +0000 (17:23 +0000)
* libltdl/libltdl/slist.h: Likewise.

ChangeLog
libltdl/argz_.h
libltdl/libltdl/slist.h

index 00561f0bbd17915cdc16506f2fbd51eb5c2e9026..bff5967f8f43543e6eeb02cced34964fc7e7e782 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2006-09-04  George Bosilca <bosilca@cs.utk.edu>
        and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * libltdl/argz_.h: It's __cplusplus, not _cplusplus.
+       * libltdl/libltdl/slist.h: Likewise.
+
        * libltdl/libltdl/lt__glibc.h: Wrap included argz.h in
        `extern "C"', for broken headers on Cygwin.
 
index dc1cd51065e027a99f6c423eb94a8d65454ae547..c35d6e3672dc38eb00b3691ccb93a18e2f86abf8 100644 (file)
@@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 #  define LT_SCOPE
 #endif
 
-#if defined(_cplusplus)
+#if defined(__cplusplus)
 extern "C" {
 #endif
 
@@ -54,7 +54,7 @@ LT_SCOPE char *        argz_next      (char *argz, size_t argz_len,
                                 const char *entry);
 LT_SCOPE void   argz_stringify (char *argz, size_t argz_len, int sep);
 
-#if defined(_cplusplus)
+#if defined(__cplusplus)
 }
 #endif
 
index 84e66adc266737eb50193c686c0893d6b36ef794..4b47cda6d3f3dee0f4005d96b626d63f73982472 100644 (file)
@@ -47,7 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 #  define LT_SCOPE
 #endif
 
-#if defined(_cplusplus)
+#if defined(__cplusplus)
 extern "C" {
 #endif
 
@@ -82,7 +82,7 @@ LT_SCOPE void *       slist_foreach   (SList *slist, SListCallback *foreach,
 LT_SCOPE SList *slist_box      (const void *userdata);
 LT_SCOPE void *        slist_unbox     (SList *item);
 
-#if defined(_cplusplus)
+#if defined(__cplusplus)
 }
 #endif