| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/agrep/files/ |
Upload File : |
--- asearch.c.orig 1992-01-24 01:49:08 UTC
+++ asearch.c
@@ -6,7 +6,9 @@ extern int DELIMITER, FILENAMEONLY, INVE
extern CHAR CurrentFileName[];
extern int I, num_of_matched, TRUNCATE;
-asearch(old_D_pat, text, D)
+void asearch0(CHAR old_D_pat[], int text, register unsigned D);
+
+void asearch(old_D_pat, text, D)
CHAR old_D_pat[]; int text; register unsigned D;
{
register unsigned i, c, r1, r2, CMask, r_NO_ERR, r_Init1;
@@ -178,7 +180,7 @@ Nextchar1: i=i+1;
return;
}
-asearch0(old_D_pat, text, D)
+void asearch0(old_D_pat, text, D)
CHAR old_D_pat[]; int text; register unsigned D;
{
register unsigned i, c, r1, r2, r3, CMask, r_NO_ERR, r_Init1, end, endpos;