]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/ctype.h: Remove stray ')'.
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 3 Aug 2006 21:05:05 +0000 (21:05 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Thu, 3 Aug 2006 21:05:05 +0000 (21:05 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/ctype.h

index 67226255274078266765790483b2603a5fc8f7a7..e60266d91511cc91e581383fb372476745271516 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/ctype.h: Remove stray ')';
+
 2006-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/ctype.h (_BLANK): Expand comment.
index 55e78431e76547a3dea3ce0a91c9fd218b10cd22..c04a07bd576c91640ae894ba3a6dd9afa10352d0 100644 (file)
@@ -144,7 +144,7 @@ extern unsigned short** _imp___ctype;
 
 #if ! (defined (__NO_INLINE__)  || defined (__NO_CTYPE_INLINES) \
        || defined (__STRICT_ANSI__))
-)
+
 /* use  simple lookup if SB locale, else  _isctype()  */
 #define __ISCTYPE(c, mask)  (MB_CUR_MAX == 1 ? (_pctype[c] & mask) : _isctype(c, mask))
 __CRT_INLINE int __cdecl isalnum(int c) {return __ISCTYPE(c, (_ALPHA|_DIGIT));}
This page took 0.034315 seconds and 5 git commands to generate.