diff options
author | nijtmans <nijtmans> | 2010-12-21 09:07:15 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-12-21 09:07:15 (GMT) |
commit | 6a13179e95dfeab6345ab7891e9fc329ccd9e002 (patch) | |
tree | 87999c65f3ae653bd848b2ddffc0984e7f752853 /win/configure | |
parent | 3feb1f4a1e83ca5d074f949175fc1d28ff473b4e (diff) | |
download | tcl-6a13179e95dfeab6345ab7891e9fc329ccd9e002.zip tcl-6a13179e95dfeab6345ab7891e9fc329ccd9e002.tar.gz tcl-6a13179e95dfeab6345ab7891e9fc329ccd9e002.tar.bz2 |
cannot use '['/']' in configure.in, or re-generation will go wrong
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 3 |
1 files changed, 1 insertions, 2 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(); ; |