summarylogtreecommitdiffstats
path: root/regexp.patch
blob: 26622772a05e391cbf656b03baabebf905a7e335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- a/Instant/tptregexp/regexp.c	1999-07-03 12:58:24.000000000 +0000
+++ b/Instant/tptregexp/regexp.c	2006-07-29 15:23:05.000000000 +0000
@@ -196,7 +196,6 @@
 	register char *longest;
 	register int len;
 	int flags;
-	extern char *malloc();
 
 	if (exp == NULL)
 		FAIL("NULL argument");
@@ -705,7 +704,6 @@
 register char *string;
 {
 	register char *s;
-	extern char *strchr();
 
 	/* Be paranoid... */
 	if (prog == NULL || string == NULL) {
@@ -804,7 +802,6 @@
 {
 	register char *scan;	/* Current node. */
 	char *next;		/* Next node. */
-	extern char *strchr();
 
 	scan = prog;
 #ifdef DEBUG