Browse Source

Correct bad changes

Manoel Trapier 11 years ago
parent
commit
2071a7dbb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lang/cem/cemcom.ansi/LLlex.c

+ 1 - 1
lang/cem/cemcom.ansi/LLlex.c

@@ -317,7 +317,7 @@ garbage:
 		char *tg = &buf[0];
 		int pos = -1;
 		struct idf *idef;
-		int idfsize = 0;		/* ??? */
+		extern int idfsize;
 #ifndef	NOPP
 		int NoExpandNext = 0;