Closed
Bug 271510
Opened 20 years ago
Closed 12 years ago
Change from __LONG_MAX__ to PR_UINT32_MAX, etc.
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
(Keywords: helpwanted)
I'm playing w/ --with-macos-sdk, and my build failed: /Users/timeless/mozilla/netwerk/cache/src/nsCacheService.cpp:1359: ` __LONG_MAX__' undeclared (first use this function) darin noted that we should change to using PR_UINT32_MAX and friends
Comment 1•20 years ago
|
||
> darin noted that we should change to using PR_UINT32_MAX and friends
note, though, that this variable is using |long| as its type currently
Comment 2•12 years ago
|
||
There's no __LONG_MAX__ in that file now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•