shithub: mc

Download patch

ref: 7f8782b1ccbf724f44b4e86bc2fef9c6d309d564
parent: c1785ddd18f21259671a5d8347a5b39ab151b1f4
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Dec 25 06:32:30 EST 2016

Fix openbsd compile warning.

--- a/parse/specialize.c
+++ b/parse/specialize.c
@@ -547,6 +547,7 @@
 	if (hthas(n->decl.impls, to))
 		return htget(n->decl.impls, to);
 	ambig = NULL;
+	match = NULL;
 	nambig = 0;
 	best = -1;
 	gimpl = n->decl.gimpl;