summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-24 20:42:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-24 20:42:44 (GMT)
commit1916575eb7e519f88b930218c3dc7311cd9c1da5 (patch)
tree48c890470c3ed7c6063a5ade13c4361fb5bcd270 /unix/tclUnixCompat.c
parent40cddf0eb5289dc809a95140da0fef1e2d2e2f82 (diff)
downloadtcl-1916575eb7e519f88b930218c3dc7311cd9c1da5.zip
tcl-1916575eb7e519f88b930218c3dc7311cd9c1da5.tar.gz
tcl-1916575eb7e519f88b930218c3dc7311cd9c1da5.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;
}
/*