Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan

This commit is contained in:
Isaac Aggrey
2012-09-28 14:55:23 -05:00
parent 1f2167bfd5
commit df5a7d83f1
38 changed files with 74 additions and 74 deletions

View File

@@ -126,7 +126,7 @@ class EvictionObserver
nsRefPtr<nsOfflineCacheEvictionFunction> mEvictionFunction;
};
#define DCACHE_HASH_MAX LL_MAXINT
#define DCACHE_HASH_MAX INT64_MAX
#define DCACHE_HASH_BITS 64
/**