summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwin/configure3
-rw-r--r--win/configure.in5
2 files changed, 3 insertions, 5 deletions
diff --git a/win/configure b/win/configure
index 17491d6..b5ab2cf 100755
--- a/win/configure
+++ b/win/configure
@@ -3651,8 +3651,7 @@ int
main ()
{
- unsigned int regs[4];
- __cpuidex(regs,0,0);
+ __cpuidex(0,0,0);
__debugbreak();
;
diff --git a/win/configure.in b/win/configure.in
index 64b738d..b78aa8a 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.129 2010/12/20 12:12:45 nijtmans Exp $
+# RCS: @(#) $Id: configure.in,v 1.130 2010/12/21 09:07:15 nijtmans Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.59)
@@ -283,8 +283,7 @@ AC_TRY_COMPILE([
#include <intrin.h>
],
[
- unsigned int regs[4];
- __cpuidex(regs,0,0);
+ __cpuidex(0,0,0);
__debugbreak();
],
tcl_cv_intrinsics=yes,