Mercurial > hg > xemacs-beta
diff nt/config.h @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 0784d089fdc9 |
children |
line wrap: on
line diff
--- a/nt/config.h Wed Aug 08 12:15:04 2001 +0000 +++ b/nt/config.h Mon Aug 13 04:46:48 2001 +0000 @@ -609,7 +609,7 @@ #if (_MSC_VER >= 800) /* 'expression' : signed/unsigned mismatch */ -#pragma warning ( disable : 4018 ) +/* #pragma warning ( disable : 4018 ) */ /* unnamed type definition in parentheses (Martin added a pedantically correct definition of ALIGNOF, which generates temporary anonymous structures, and MSVC complains) */