# HG changeset patch # User lost # Date 1230856999 0 # Node ID b704f7ffc8bab04cfcb2cf54dcb5498b195ce02b # Parent 3c0e5f311c95b50d666a22a51f33fe9f13687c31 Added reading of input file for pass1 diff -r 3c0e5f311c95 -r b704f7ffc8ba src/pass1.c --- 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));