From b0ba15c22d3d48c2283ad0a0c12add4b5d7f21a4 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 git-svn-id: svn://10.0.0.236/trunk@62734 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/string/obsolete/nsStr.h | 2 ++ mozilla/xpcom/ds/nsStr.h | 2 ++ mozilla/xpcom/string/obsolete/nsStr.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/mozilla/string/obsolete/nsStr.h b/mozilla/string/obsolete/nsStr.h index 70c16c5bdb5..28d42a24461 100644 --- a/mozilla/string/obsolete/nsStr.h +++ b/mozilla/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/mozilla/xpcom/ds/nsStr.h b/mozilla/xpcom/ds/nsStr.h index 70c16c5bdb5..28d42a24461 100644 --- a/mozilla/xpcom/ds/nsStr.h +++ b/mozilla/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/mozilla/xpcom/string/obsolete/nsStr.h b/mozilla/xpcom/string/obsolete/nsStr.h index 70c16c5bdb5..28d42a24461 100644 --- a/mozilla/xpcom/string/obsolete/nsStr.h +++ b/mozilla/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;