shithub: mc

Download patch

ref: de0004795f6ad26c283391895999f3ac721de69f
parent: 490e90d2122d80bce4e5f710e046b90fc9cc31ca
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Jan 18 12:42:33 EST 2018

Add 'loaduses()' to muse.

	Doesn't make much of a difference, but we should do it
	anyways.

--- a/muse/muse.c
+++ b/muse/muse.c
@@ -104,6 +104,7 @@
 	tyinit(file->file.globls);
 	for (i = 0; i < ctx.nargs; i++)
 		mergeuse(ctx.args[i]);
+	loaduses();
 	infer();
 	tagexports(1);
 	addextlibs(extralibs, nextralibs);