diff src/pass2.c @ 58:b1d81800bc91

Added symbol listing to list file; various fixes
author lost
date Mon, 05 Jan 2009 00:20:45 +0000
parents 035b95a3690f
children 31d8e85706e7
line wrap: on
line diff
--- a/src/pass2.c	Mon Jan 05 00:01:21 2009 +0000
+++ b/src/pass2.c	Mon Jan 05 00:20:45 2009 +0000
@@ -43,7 +43,7 @@
 	as -> inmacro = 0;
 	as -> nextcontext = 1;
 	as -> skiplines = 0;
-			
+
 	// iterate over all the lines and re-parse them
 	for (l = as -> lineshead; l && !(as -> endseen); l = l -> next)
 	{