Closed
Bug 8728
Opened 25 years ago
Closed 25 years ago
LINEBREAK should become NS_LINEBREAK in nsCookie.cpp
Categories
(Core :: Networking: Cookies, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: akkzilla, Assigned: neeti)
Details
nsCookie.cpp uses the outdated define LINEBREAK. It should use the new
NS_LINEBREAK, defined in nsCRT.h, since the old files which define LINEBREAK are
going away. I was going to change this, but this file isn't built on Unix (why
not?) so I can't test the build to make sure it works.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M10 → M9
All LINEBREAK occurences have been cleaned up. nsCookie.cpp no longer uses
LINEBREAK.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•