소스 검색

Correct bad changes

Manoel Trapier 11 년 전
부모
커밋
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;