bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

update argz_.h


From: Ralf Wildenhues
Subject: update argz_.h
Date: Tue, 5 Sep 2006 19:24:44 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

I've pushed this change (which was part of a bigger patch) to from
Libtool to gnulib.

Cheers,
Ralf

2006-09-05  Ralf Wildenhues <address@hidden>

        * argz_.h: Sync from Libtool.
        
        2006-09-04  George Bosilca <address@hidden>
                and Ralf Wildenhues <address@hidden>
        
        * libltdl/argz_.h: It's __cplusplus, not _cplusplus.

Index: lib/argz_.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/argz_.h,v
retrieving revision 1.3
diff -u -r1.3 argz_.h
--- lib/argz_.h 14 May 2005 06:03:57 -0000      1.3
+++ lib/argz_.h 5 Sep 2006 17:23:42 -0000
@@ -32,7 +32,7 @@
 #  define LT_SCOPE
 #endif
 
-#if defined(_cplusplus)
+#if defined(__cplusplus)
 extern "C" {
 #endif
 
@@ -46,7 +46,7 @@
                                 const char *entry);
 LT_SCOPE void   argz_stringify (char *argz, size_t argz_len, int sep);
 
-#if defined(_cplusplus)
+#if defined(__cplusplus)
 }
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]