summaryrefslogtreecommitdiff
path: root/flower/include/file-name.hh
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2006-01-25 10:08:46 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2006-01-25 10:08:46 +0000
commitbf898a6f737ebdd6a749ea0a14d1056a3566a10e (patch)
tree0aaefbcebffcee5ecdf7bd5504bdeb79873fb8c6 /flower/include/file-name.hh
parent882e5bd221e35207094c33b85b266625a57bc4f0 (diff)
* flower/include/std-string.hh: String/std::string compatibility:
Use NPOS for `not found' (iso -1), use ssize for length () and pos type. * flower/rational.cc: * flower/include/rational.hh: * flower/offset.cc: * flower/include/offset.hh: * flower/interval.cc: * flower/include/interval.hh: * flower/string-convert.cc: * flower/include/string-convert.hh: Use std::string [interface]. Update callers.
Diffstat (limited to 'flower/include/file-name.hh')
-rw-r--r--flower/include/file-name.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/flower/include/file-name.hh b/flower/include/file-name.hh
index e6247986f9..b91eb35156 100644
--- a/flower/include/file-name.hh
+++ b/flower/include/file-name.hh
@@ -12,10 +12,6 @@
#include "array.hh"
#include "std-string.hh"
-#if 0// STD_STRING
-#include "string.hh"
-#endif
-
class File_name
{
public: