shithub: mc

Download patch

ref: 6548095afc43ceb247728bf25f75949639a3263d
parent: 189660551b3016a08369ecd4e411548c9115d53f
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Aug 14 12:05:51 EDT 2016

Remove more duplicate extern defs.

--- a/lib/sys/sys+openbsd-x64.myr
+++ b/lib/sys/sys+openbsd-x64.myr
@@ -542,7 +542,6 @@
 
 extern const cstring	: (str : byte[:] -> byte#)
 extern const alloca	: (sz : size	-> byte#)
-extern const __cenvp : byte##
 
 extern const __freebsd_pipe	: (fds : fd[2]# -> int64)
 
--- a/lib/sys/sys+plan9-x64.myr
+++ b/lib/sys/sys+plan9-x64.myr
@@ -173,7 +173,6 @@
 extern const syscall : (scno : scno, args : ... -> int64)
 /* asm stubs from util+plan9.s */
 extern const cstring	: (str : byte[:] -> byte#)
-extern const alloca	: (sz : size	-> byte#)
 
 
 /*