bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] ptsname: fix macro-name typo


From: Paul Eggert
Subject: [PATCH] ptsname: fix macro-name typo
Date: Thu, 04 Oct 2012 22:36:21 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1

I found this one when checking the spelling of Emacs's source code.

* lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE.
---
 ChangeLog       | 5 +++++
 lib/stdlib.in.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bf3a05f..8f4929c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-04  Paul Eggert  <address@hidden>
+
+       ptsname: fix macro-name typo
+       * lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE.
+
 2012-10-03  Simon Josefsson  <address@hidden>
 
        inttostr: Relax license.
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h
index 8311a28..6555840 100644
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -458,7 +458,7 @@ _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not 
portable - "
 /* Return the pathname of the pseudo-terminal slave associated with
    the master FD is open on, or NULL on errors.  */
 # if @REPLACE_PTSNAME@
-#  if !(defined __cplusplus && defined GNULIB_NAMESPCE)
+#  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
 #   undef ptsname
 #   define ptsname rpl_ptsname
 #  endif
-- 
1.7.11.4




reply via email to

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