Closed
Bug 5344
Opened 25 years ago
Closed 25 years ago
plarenas.h is missing the include-once macro define
Categories
(NSPR :: NSPR, defect, P3)
NSPR
NSPR
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wtc, Assigned: wtc)
Details
This bug was reported by bruce@cybersight.com and morse@netscape.com.
plarenas.h is missing the #define PLARENAS_H as
part of the double-include guard.
Although this is a mistake in plarenas.h, it
shouldn't cause problems because one should
only include plarena.h, which then includes
plarenas.h. This way the double-include guard
in plarena.h will also prevent plarenas.h from
being included multiple times.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Added the missing #define PLAREHAS_H.
/cvsroot/mozilla/nsprpub/lib/ds/plarenas.h, revision 3.2.
Comment 2•25 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
this fix is not visible to qa. if you think this bug should be reopened,
please do so.
will mark as verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•