소스 검색

Add missing function prototype.

Godzil 11 년 전
부모
커밋
7b8e3edd43
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      util/ncgg/cgg.y

+ 2 - 0
util/ncgg/cgg.y

@@ -26,6 +26,8 @@ int att_type;
 int patindex[MAXPATTERNS];
 extern set_t l_sets[];
 
+void skipupto(int tok, char *str);
+
 int emhere=0;	/* lexical analyzer flag */
 int optexact=0;	/* Inside "with exact" rule */
 int optstack=0;	/* Inside with <blah> STACK rule */