From 06388d73b75d985ab10586bd116de7fac4ea2b8e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 3 Jan 2003 22:06:08 +0000 Subject: restart works --- otk/util.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'otk/util.cc') diff --git a/otk/util.cc b/otk/util.cc index 91d6f13a..ebca51d5 100644 --- a/otk/util.cc +++ b/otk/util.cc @@ -101,14 +101,12 @@ string itostring(long i) { return tmp; } -} - -#ifndef HAVE_BASENAME string basename (const string& path) { string::size_type slash = path.rfind('/'); if (slash == string::npos) return path; return path.substr(slash+1); } -#endif // HAVE_BASENAME + +} -- cgit v1.2.3