From b1387790b890ce28cf96516e2ec36a241d1f8f75 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 29 Aug 2000 11:44:31 +0000 Subject: Merged Jan's changes to SString. Has a size field and allows C++ standard library style iterator access. --- src/PropSet.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/PropSet.cxx b/src/PropSet.cxx index df669a88b..42c5869c9 100644 --- a/src/PropSet.cxx +++ b/src/PropSet.cxx @@ -24,6 +24,8 @@ bool EqualCaseInsensitive(const char *a, const char *b) { #endif } +SString::size_type SString::npos = -1; + inline unsigned int HashString(const char *s) { unsigned int ret = 0; while (*s) { -- cgit v1.2.3