Add missing function prototype.
authorGodzil <godzil@godzil.net>
Tue, 12 Mar 2013 01:05:26 +0000 (02:05 +0100)
committerManoël Trapier <godzil@MacBook-Pro.home>
Wed, 24 Jun 2015 22:41:44 +0000 (23:41 +0100)
util/ncgg/cgg.y

index 15059f8..9a2d66c 100644 (file)
@@ -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 */