2006-09-04 George Bosilca and Ralf Wildenhues * libltdl/argz_.h: It's __cplusplus, not _cplusplus. * libltdl/libltdl/slist.h: Likewise. Index: libltdl/argz_.h =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/argz_.h,v retrieving revision 1.5 diff -u -r1.5 argz_.h --- libltdl/argz_.h 22 Apr 2005 10:10:30 -0000 1.5 +++ libltdl/argz_.h 4 Sep 2006 17:22:19 -0000 @@ -40,7 +40,7 @@ # define LT_SCOPE #endif -#if defined(_cplusplus) +#if defined(__cplusplus) extern "C" { #endif @@ -54,7 +54,7 @@ const char *entry); LT_SCOPE void argz_stringify (char *argz, size_t argz_len, int sep); -#if defined(_cplusplus) +#if defined(__cplusplus) } #endif Index: libltdl/libltdl/slist.h =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/libltdl/slist.h,v retrieving revision 1.3 diff -u -r1.3 slist.h --- libltdl/libltdl/slist.h 22 Apr 2005 10:10:30 -0000 1.3 +++ libltdl/libltdl/slist.h 4 Sep 2006 17:22:22 -0000 @@ -47,7 +47,7 @@ # define LT_SCOPE #endif -#if defined(_cplusplus) +#if defined(__cplusplus) extern "C" { #endif @@ -82,7 +82,7 @@ LT_SCOPE SList *slist_box (const void *userdata); LT_SCOPE void * slist_unbox (SList *item); -#if defined(_cplusplus) +#if defined(__cplusplus) } #endif