Selaa lähdekoodia

Add missing function prototype.

Godzil 11 vuotta sitten
vanhempi
commit
7b8e3edd43
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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 */