From 949d0ef45928323ed3e752f782b56de150f400e4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 6 Jun 2000 16:41:39 +0000 Subject: Declare strsep if necessary. --- libidu/scanners.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libidu/scanners.c') diff --git a/libidu/scanners.c b/libidu/scanners.c index 261837a..9c4331a 100644 --- a/libidu/scanners.c +++ b/libidu/scanners.c @@ -1,5 +1,5 @@ /* scanners.c -- file & directory name manipulations - Copyright (C) 1986, 1995, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2000 Free Software Foundation, Inc. Written by Greg McGary This program is free software; you can redistribute it and/or modify @@ -34,6 +34,13 @@ #include "scanners.h" #include "tokflags.h" +#ifndef HAVE_DECL_STRSEP +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL_STRSEP +char *strsep (); +#endif + #define DEBUG(args) /* printf args */ struct obstack lang_args_obstack; -- cgit v1.2.3