Oops, fix description.
[gnulib.git] / lib / argz_.h
index 506e270..1b7719f 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation,
-   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #if !defined(LT__ARGZ_H)
 #define LT__ARGZ_H 1
@@ -32,7 +32,7 @@
 #  define LT_SCOPE
 #endif
 
-#if defined(_cplusplus)
+#if defined(__cplusplus)
 extern "C" {
 #endif
 
@@ -46,7 +46,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