summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-30 00:38:26 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-30 00:38:26 -0700
commit41187e6548c967ec41fbf9ccc6e36a572b5dc218 (patch)
tree3f9be7b96221dd5631ca7328e5bd8de5e6708d9b /nt
parentb8ad136cf472285bacf2b741f7d01c360589e523 (diff)
downloademacs-41187e6548c967ec41fbf9ccc6e36a572b5dc218.tar.gz
* config.nt: Simplify test to 1400 <= _MSC_VER.
Diffstat (limited to 'nt')
-rw-r--r--nt/config.nt3
1 files changed, 1 insertions, 2 deletions
diff --git a/nt/config.nt b/nt/config.nt
index f46868cd6ea..7765919638f 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -470,8 +470,7 @@ extern char *getenv ();
#define BITS_PER_LONG 32
#endif
-#if (defined __MINGW32__ \
- || 1400 <= _MSC_VER || (1310 <= _MSC_VER && defined _MSC_EXTENSIONS))
+#if defined __MINGW32__ || 1400 <= _MSC_VER
/* C99-style long long and "%lld" both work, so use them. */
# define BITS_PER_LONG_LONG 64
#elif 1200 <= _MSC_VER