ref: 50eb08d17f61e75a862679e6d8c1511fd93d333f
parent: 6ebf0a517b195de7f29ebc9ce817a91e5276107d
author: Russ Cox <rsc@swtch.com>
date: Fri Jan 12 12:27:18 EST 2007
use __APPLE__ instead of __Darwin__
--- a/posix-386/md5block.spp
+++ b/posix-386/md5block.spp
@@ -116,7 +116,7 @@
.text
.p2align 2,0x90
-#ifdef __Darwin__
+#ifdef __APPLE__
.globl __md5block
__md5block:
#else
--- a/posix-386/sha1block.spp
+++ b/posix-386/sha1block.spp
@@ -1,7 +1,7 @@
.text
.p2align 2,0x90
-#ifdef __Darwin__
+#ifdef __APPLE__
.globl __sha1block
__sha1block:
#else