Closed
Bug 217968
Opened 22 years ago
Closed 22 years ago
mozilla/nsprpub/pr/tests/servr_uk.c", line 66.9: 1506-236 (W) Macro name STACKSIZE has been redefined
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.4.1
People
(Reporter: timeless, Assigned: wtc)
Details
Attachments
(1 file)
9.13 KB,
patch
|
Details | Diff | Splinter Review |
"/Users/timeless/mozilla/nsprpub/pr/tests/servr_uk.c", line 66.9: 1506-236 (W)
Macro name STACKSIZE has been redefined.
"/Users/timeless/mozilla/nsprpub/pr/tests/servr_uk.c", line 66.9: 1506-358 (I)
"STACKSIZE" is defined on line 58 of /usr/include/ppc/param.h.
Assignee | ||
Comment 1•22 years ago
|
||
The fix is to rename the macro so that it doesn't conflict
with a system macro. the server_test.c, servr_kk.c, servr_ku.c,
and servr_uu.c tests also need to be modified the same way.
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Comment 3•22 years ago
|
||
Fix checked into the NSPR trunk (NSPR 4.5).
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Whiteboard: [4.5]
Target Milestone: --- → 4.4.1
Assignee | ||
Updated•22 years ago
|
Whiteboard: [4.5]
Assignee | ||
Comment 4•22 years ago
|
||
This bug is first fixed in NSPR 4.4.1.
You need to log in
before you can comment on or make changes to this bug.
Description
•