From a5ced8c9eec7c9d395d049042e32483fe0dc8ea1 Mon Sep 17 00:00:00 2001 From: "rickg%netscape.com" Date: Sun, 12 Mar 2000 22:21:14 +0000 Subject: [PATCH] WIP for removal of deprecated string methods --- string/obsolete/nsStr.h | 2 ++ xpcom/ds/nsStr.h | 2 ++ xpcom/string/obsolete/nsStr.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/string/obsolete/nsStr.h b/string/obsolete/nsStr.h index 70c16c5bdb5..28d42a24461 100644 --- a/string/obsolete/nsStr.h +++ b/string/obsolete/nsStr.h @@ -197,6 +197,8 @@ enum eCharSize {eOneByte=0,eTwoByte=1}; #define kRadix16 (16) #define kAutoDetect (100) #define kRadixUnknown (kAutoDetect+1) +#define IGNORE_CASE (PR_TRUE) + const PRInt32 kDefaultStringSize = 64; const PRInt32 kNotFound = -1; diff --git a/xpcom/ds/nsStr.h b/xpcom/ds/nsStr.h index 70c16c5bdb5..28d42a24461 100644 --- a/xpcom/ds/nsStr.h +++ b/xpcom/ds/nsStr.h @@ -197,6 +197,8 @@ enum eCharSize {eOneByte=0,eTwoByte=1}; #define kRadix16 (16) #define kAutoDetect (100) #define kRadixUnknown (kAutoDetect+1) +#define IGNORE_CASE (PR_TRUE) + const PRInt32 kDefaultStringSize = 64; const PRInt32 kNotFound = -1; diff --git a/xpcom/string/obsolete/nsStr.h b/xpcom/string/obsolete/nsStr.h index 70c16c5bdb5..28d42a24461 100644 --- a/xpcom/string/obsolete/nsStr.h +++ b/xpcom/string/obsolete/nsStr.h @@ -197,6 +197,8 @@ enum eCharSize {eOneByte=0,eTwoByte=1}; #define kRadix16 (16) #define kAutoDetect (100) #define kRadixUnknown (kAutoDetect+1) +#define IGNORE_CASE (PR_TRUE) + const PRInt32 kDefaultStringSize = 64; const PRInt32 kNotFound = -1;