changeset 22:b704f7ffc8ba

Added reading of input file for pass1
author lost
date Fri, 02 Jan 2009 00:43:19 +0000
parents 3c0e5f311c95
children ec0bf61a5502
files src/pass1.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pass1.c	Fri Jan 02 00:43:06 2009 +0000
+++ b/src/pass1.c	Fri Jan 02 00:43:19 2009 +0000
@@ -122,7 +122,6 @@
 		}
 		if (eol)
 		{
-			fprintf(stderr, "READ: %s\n", linebuff);
 			eol = 0;
 			lbloc = 0;
 			nl = lwasm_alloc(sizeof(lwasm_line_t));