Mercurial > hg > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
185:cca933d32298 | 186:1824cabf25ce |
---|---|
278 } | 278 } |
279 } | 279 } |
280 | 280 |
281 if (asmstate.flags & FLAG_DEPEND) | 281 if (asmstate.flags & FLAG_DEPEND) |
282 { | 282 { |
283 // output dependencies | 283 // output dependencies (other than "includebin") |
284 char *n; | 284 char *n; |
285 | 285 |
286 while ((n = lw_stack_pop(asmstate.includelist))) | 286 while ((n = lw_stack_pop(asmstate.includelist))) |
287 { | 287 { |
288 fprintf(stdout, "%s\n", n); | 288 fprintf(stdout, "%s\n", n); |