OSDN Git Service

* include/cytpe.h (_imp____mbcur_max): Add missing ';'.
authordannysmith <dannysmith>
Thu, 3 Oct 2002 00:51:25 +0000 (00:51 +0000)
committerdannysmith <dannysmith>
Thu, 3 Oct 2002 00:51:25 +0000 (00:51 +0000)
(_imp____mbcur_max_dll): Likewise.

winsup/mingw/ChangeLog
winsup/mingw/include/ctype.h

index a52b75e..ad349dd 100644 (file)
@@ -1,5 +1,10 @@
 2002-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * include/cytpe.h (_imp____mbcur_max): Add missing ';'.
+       (_imp____mbcur_max_dll): Likewise.
+
+2002-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * include/fcntl.h (_fmode): Remove declarations and
        compatibility defines.
        (_setmode, setmode): Remove prototypes.
index 35a577b..3e553cc 100644 (file)
@@ -106,10 +106,10 @@ int       _toupper(int);
 
 #else          /* ! __DECLSPEC_SUPPORTED */
 # ifdef __MSVCRT__
-   extern int* _imp____mbcur_max
+   extern int* _imp____mbcur_max;
 #  define MB_CUR_MAX (*_imp____mb_cur_max)
 # else         /* not __MSVCRT */
-   extern int*  _imp____mbcur_max_dll
+   extern int*  _imp____mbcur_max_dll;
 #  define MB_CUR_MAX (*_imp____mb_cur_max_dll)
 # endif        /* not __MSVCRT */
 #endif         /*  __DECLSPEC_SUPPORTED */