Explorar el Código

Correct bad changes

Manoel Trapier hace 11 años
padre
commit
2071a7dbb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;