diff lwasm/main.c @ 186:1824cabf25ce

Various enhancements to lwasm
author lost@l-w.ca
date Thu, 22 Dec 2011 18:04:13 -0700
parents 43a3f1068027
children b0d53e2f3f53
line wrap: on
line diff
--- a/lwasm/main.c	Thu Dec 22 18:03:38 2011 -0700
+++ b/lwasm/main.c	Thu Dec 22 18:04:13 2011 -0700
@@ -280,7 +280,7 @@
 
 	if (asmstate.flags & FLAG_DEPEND)
 	{
-		// output dependencies
+		// output dependencies (other than "includebin")
 		char *n;
 		
 		while ((n = lw_stack_pop(asmstate.includelist)))