trunk: changeset 27

Mon, 02 Oct 2000 17:57:46 +0200

author
tuomov
date
Mon, 02 Oct 2000 17:57:46 +0200
changeset 24
c3fa6c2785dd
parent 23
5f8005150227
child 25
9d41e3611050

trunk: changeset 27
Added missing TOK_INIT (could cause segfaults).

parser.c file | annotate | diff | comparison | revisions
--- a/parser.c	Tue Aug 29 00:03:00 2000 +0200
+++ b/parser.c	Mon Oct 02 17:57:46 2000 +0200
@@ -150,7 +150,7 @@
 
 static bool find_beg_sect(Tokenizer *tokz)
 {
-	Token tok;
+	Token tok=TOK_INIT;
 
 	while(tokz_get_token(tokz, &tok)){
 		if(TOK_IS_OP(&tok)){

mercurial