bug-gnu-utils
[Top][All Lists]
Advanced

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

gawk3.1.4l: typo in mbsupport.h


From: KIMURA Koichi
Subject: gawk3.1.4l: typo in mbsupport.h
Date: Thu, 30 Jun 2005 10:00:36 +0900

Hi,

I found typo in mbsupport.h.
I guess HAVE_ISWUPPTER should be HAVE_ISWUPPER.

--- mbsupport.h.1~      2005-06-13 10:54:10.486125000 +0900
+++ mbsupport.h 2005-06-30 09:56:34.430125000 +0900
@@ -48,7 +48,7 @@
     && defined(HAVE_WCTYPE_T) \
     && defined(HAVE_WINT_T) \
     && defined(HAVE_ISWLOWER) \
-    && defined(HAVE_ISWUPPTER) \
+    && defined(HAVE_ISWUPPER) \
     && defined(HAVE_TOWLOWER) \
     && defined(HAVE_TOWUPPER) \
     && (defined(HAVE_STDLIB_H) && defined(MB_CUR_MAX)) \

Thank you,

-- 
KIMURA Koichi





reply via email to

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