]> Cypherpunks repositories - gostls13.git/commitdiff
Remove doubled #else
authorRuss Cox <rsc@golang.org>
Sun, 3 Aug 2008 07:34:05 +0000 (00:34 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 3 Aug 2008 07:34:05 +0000 (00:34 -0700)
R=r
DELTA=4  (2 added, 2 deleted, 0 changed)
OCL=13775
CL=13779

src/runtime/sys_types.h

index 117fae2af1aa7e1f5a182047b48bb6ad4212ec59..cffdaa9f68c3d81446a27d872addafdf57dad6cb 100644 (file)
@@ -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