summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-04-24 20:42:44 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-04-24 20:42:44 (GMT)
commit17ee5db16c59c2c3d382de2ae9a8f904b40cae9d (patch)
tree48c890470c3ed7c6063a5ade13c4361fb5bcd270 /unix/tclUnixCompat.c
parent830ac5ea69e6a6a3ea77f6032ad6e69a97dc817f (diff)
downloadtcl-17ee5db16c59c2c3d382de2ae9a8f904b40cae9d.zip
tcl-17ee5db16c59c2c3d382de2ae9a8f904b40cae9d.tar.gz
tcl-17ee5db16c59c2c3d382de2ae9a8f904b40cae9d.tar.bz2
syntax error
Diffstat (limited to 'unix/tclUnixCompat.c')
-rw-r--r--unix/tclUnixCompat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c
index aad3d76..3f7bbdf 100644
--- a/unix/tclUnixCompat.c
+++ b/unix/tclUnixCompat.c
@@ -696,7 +696,8 @@ TclWinCPUID(
__asm__ __volatile__ ("cpuid":\
"=a" (regsPtr[0]), "=b" (regsPtr[1]), "=c" (regsPtr[2]), "=d" (regsPtr[3]) : "a" (index));
status = TCL_OK;
-#endif return status;
+#endif
+ return status;
}
/*