diff lwcc/lex.c @ 304:d85d173ba120 ccdev

Checkpoint lwcc development - preprocessor is runnable but nonfunctional The preprocessor is currently runnable but doesn't actually do anything useful. This is just a checkpoint.
author William Astle <lost@l-w.ca>
date Tue, 17 Sep 2013 19:33:41 -0600
parents 8d6c47395653
children 54f213c8fb81
line wrap: on
line diff
--- a/lwcc/lex.c	Tue Sep 17 19:32:14 2013 -0600
+++ b/lwcc/lex.c	Tue Sep 17 19:33:41 2013 -0600
@@ -350,7 +350,7 @@
 	int c, c2;
 	int cl;
 	struct strbuf *strbuf;
-	struct token *t;
+	struct token *t = NULL;
 	struct preproc_info *fs;
 					
 fileagain: