summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-08-03 00:34:05 -0700
committerRuss Cox <rsc@golang.org>2008-08-03 00:34:05 -0700
commitf17854f90c1ceef36a13a0baaabc8314c24802df (patch)
tree9af62e92fe0488b19ec9ac17028c5aaf46b882ff /src
parentfe554c8231f10195661c3219ce56ee3439d43751 (diff)
downloadgolang-f17854f90c1ceef36a13a0baaabc8314c24802df.tar.gz
Remove doubled #else
R=r DELTA=4 (2 added, 2 deleted, 0 changed) OCL=13775 CL=13779
Diffstat (limited to 'src')
-rw-r--r--src/runtime/sys_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/sys_types.h b/src/runtime/sys_types.h
index 117fae2af..cffdaa9f6 100644
--- a/src/runtime/sys_types.h
+++ b/src/runtime/sys_types.h
@@ -7,7 +7,7 @@
#else
#ifdef amd64_darwin
#include "amd64_darwin.h"
+ #else
+ You_need_to_write_the_syscall_header
#endif
-#else
- You_need_to_write_the_syscall_header
#endif