From: Godzil Date: Tue, 12 Mar 2013 01:05:26 +0000 (+0100) Subject: Add missing function prototype. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7b8e3edd43f73f83ad44cb12bb3ecc71abc55a96;p=ack.git Add missing function prototype. --- diff --git a/util/ncgg/cgg.y b/util/ncgg/cgg.y index 15059f871..9a2d66cdc 100644 --- a/util/ncgg/cgg.y +++ b/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 STACK rule */