Remove strstr decl.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 15:57:36 +0000 (15:57 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 15:57:36 +0000 (15:57 +0000)
src/expr.c

index bbed1aeda4e5cc875688322b16a3c814a3349f0d..2a9395a8faa1377bc67aab494d8a5df9e611a24f 100644 (file)
@@ -71,7 +71,6 @@ static char **args;
 char *program_name;
 
 char *xstrdup ();
-char *strstr ();
 char *xmalloc ();
 
 static VALUE *docolon __P ((VALUE *sv, VALUE *pv));