diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-04-22 20:28:38 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-04-22 20:28:38 +0200 |
commit | 38968fa4ef4faad856e5863df96c3d6f0c55f028 (patch) | |
tree | 926ebdf857638016a7947a1c62a76ff36f897750 /textproc/agrep/files/patch-preprocess.c | |
parent | audio/sdl2_mixer: sort options, remove stray OGG option (diff) |
textproc/agrep: Update to 3.41.5
Diffstat (limited to 'textproc/agrep/files/patch-preprocess.c')
-rw-r--r-- | textproc/agrep/files/patch-preprocess.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/agrep/files/patch-preprocess.c b/textproc/agrep/files/patch-preprocess.c deleted file mode 100644 index 39ddd171534d..000000000000 --- a/textproc/agrep/files/patch-preprocess.c +++ /dev/null @@ -1,20 +0,0 @@ ---- preprocess.c.orig 1992-01-17 19:14:43 UTC -+++ preprocess.c -@@ -14,6 +14,8 @@ - /* D_pattern contains transformed D_pattern */ - - #include "agrep.h" -+ -+extern int init(char *s, int table[32][32]); - - extern int SIMPLEPATTERN, WHOLELINE, REGEX, RE_ERR, DELIMITER, TAIL, WORDBOUND; - extern int HEAD; -@@ -21,7 +23,7 @@ extern CHAR Progname[]; - extern int D_length; - extern int table[WORD][WORD]; - --preprocess(D_pattern, Pattern) /* need two parameters */ -+void preprocess(D_pattern, Pattern) /* need two parameters */ - CHAR *D_pattern, *Pattern; - { - CHAR temp[Maxline], *r_pat, *old_pat; /* r_pat for r.e. */ |