summaryrefslogtreecommitdiff
path: root/lang/p5-ePerl/files/patch-eperl_parse.c
blob: d9b506801d79a6d43ac090b1b5f7c0ee76e73b46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- eperl_parse.c.orig	Thu Nov 21 21:27:34 2002
+++ eperl_parse.c	Thu Nov 21 21:27:42 2002
@@ -298,6 +298,7 @@
     return NULL;
 }
 
+#ifdef NOTDEF
 char *strnstr(char *buf, char *str, int n)
 {
     char *cp;
@@ -311,6 +312,7 @@
     }
     return NULL;
 }
+#endif
 
 char *strncasestr(char *buf, char *str, int n)
 {