Closed
Bug 14571
Opened 26 years ago
Closed 26 years ago
__STDC__ in intl/uconv/src/Makefile.in
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
CLOSED
FIXED
M11
People
(Reporter: colin, Assigned: briano)
Details
Brian,
I see that you editted intl/uconv/src/Makefile.in to NOT add -D__STDC__
to the CFLAGS for AIX. Well, OpenVMS needs this excluded too (trying to
define a "reserved name" isn't allowed with our compiler).
Any chance you can sneak this one in to M10/M111 for me? I would do it
myself but there's been other changes to that Makefile.in and my source
tree is still a couple of days out of date. I fear that if I wait a couple
of days until I can get my tree updated and built, it'll be too late and
Chris won't let me check it in!
OS_ARCH = OpenVMS
Thanks,
Colin.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Assignee | ||
Comment 1•26 years ago
|
||
I just got approval, so I'll make the change and check it in momentarily.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Done.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
Reporter | ||
Comment 3•26 years ago
|
||
Verfied. Closing.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•