Blob Blame History Raw
hg diff --change 507

diff -r 7e8298f7bc0a -r dd9c5cef2e80 lwasm/input.h
--- a/lwasm/input.h	Sun Oct 27 12:06:01 2019 -0600
+++ b/lwasm/input.h	Thu Feb 06 15:04:05 2020 -0700
@@ -46,6 +46,6 @@
 	struct ifl *next;
 };
 
-struct ifl *ifl_head;
+extern struct ifl *ifl_head;
 
 #endif