Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
This commit is contained in:
2
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
2
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user