From: dannysmith Date: Thu, 3 Oct 2002 00:51:25 +0000 (+0000) Subject: * include/cytpe.h (_imp____mbcur_max): Add missing ';'. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0f1d2c16671e82b81e63252e86153b4a481e2622;p=pf3gnuchains%2Fsourceware.git * include/cytpe.h (_imp____mbcur_max): Add missing ';'. (_imp____mbcur_max_dll): Likewise. --- diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index a52b75ec61..ad349dd721 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,10 @@ 2002-10-03 Danny Smith + * include/cytpe.h (_imp____mbcur_max): Add missing ';'. + (_imp____mbcur_max_dll): Likewise. + +2002-10-03 Danny Smith + * include/fcntl.h (_fmode): Remove declarations and compatibility defines. (_setmode, setmode): Remove prototypes. diff --git a/winsup/mingw/include/ctype.h b/winsup/mingw/include/ctype.h index 35a577b4ce..3e553cc5ce 100644 --- a/winsup/mingw/include/ctype.h +++ b/winsup/mingw/include/ctype.h @@ -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 */