Manoel Trapier 11 лет назад
Родитель
Сommit
2071a7dbb0
1 измененных файлов с 1 добавлено и 1 удалено
  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;