summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpierre <devnull@localhost>1998-06-25 03:18:28 +0000
committerpierre <devnull@localhost>1998-06-25 03:18:28 +0000
commit1ab10dcf7c68ec355bf98bc44e3c3338cce153d2 (patch)
treee211c8d82ce9f9932a04e47d8827102a17c0567d
parent07107e384116cfc73c0041ec0ef48ef402a88ab2 (diff)
downloadnspr-hg-NORMANDY_DDAY_BRANCH.tar.gz
changed PR_NSPR_ERROR_BASE from -6000 to -2600 (asked by pinkerton and wtc)NORMANDY_DDAY_BRANCH
-rw-r--r--pr/include/prerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prerror.h b/pr/include/prerror.h
index e93211a1..0f56f106 100644
--- a/pr/include/prerror.h
+++ b/pr/include/prerror.h
@@ -25,7 +25,7 @@ PR_BEGIN_EXTERN_C
typedef PRInt32 PRErrorCode;
-#define PR_NSPR_ERROR_BASE -6000
+#define PR_NSPR_ERROR_BASE -2600
#define PR_OUT_OF_MEMORY_ERROR PR_NSPR_ERROR_BASE + 0
/* Insufficient memory to perform request */