shithub: mc

Download patch

ref: 189660551b3016a08369ecd4e411548c9115d53f
parent: ab42f5c4f29b1860d26c40bd05bb123a3ef49a6f
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Aug 14 11:23:29 EDT 2016

Remove double declaration of cenvp.

	Why do we need two extern declarations? Should this
	be an error?

--- a/lib/sys/sys+freebsd-x64.myr
+++ b/lib/sys/sys+freebsd-x64.myr
@@ -881,7 +881,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)