Closed
Bug 558967
Opened 16 years ago
Closed 16 years ago
add to include prlog.h into nsSVGElement.cpp
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: t.matsuu, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; ja; rv:1.9.3a5pre) Gecko/20100412 Fedora/3.7a5pre-0.a5pre.2010041209.fc12 Minefield/3.7a5pre
Build Identifier:
After bug 547964, PR_STATIC_ASSERT is used in nsSVGElement.cpp.
In the tip of mozilla-central, PR_STATIC_ASSERT is assigned at the file prtypes.h. However it is defined in the file ptlog.h in current released version of NSPR.
I know "tip" is the bleeding edge source but it would be happy for "--with-system-nspr" people to add to include prlog.h into nsSVGElement.cpp.
Reproducible: Always
Comment 1•16 years ago
|
||
Including prlog.h has nasty side effects of various sorts; this is why PR_STATIC_ASSERT got moved out of it....
| Reporter | ||
Comment 2•16 years ago
|
||
OK.
I'll use nspr in mozilla-central for a meantime.
I hope updated nspr will be released near future.
It's up to you for the status of this bug.
Comment 3•16 years ago
|
||
I assume this will be fixed when a new release of NSPR comes out. Likely that will be closer to when Firefox 3.7 is released.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•