Closed
Bug 1214
Opened 26 years ago
Closed 26 years ago
Small fix to include/libi18n.h
Categories
(Core :: Internationalization, defect, P2)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: tor, Assigned: ftang)
Details
Compiler didn't like the trailing comma in an enum declaration:
--- libi18n.h-orig Fri Oct 30 14:28:01 1998
+++ libi18n.h Fri Oct 30 14:28:19 1998
@@ -2729,7 +2729,7 @@
INTL_DateFormatNone,
INTL_DateFormatLong,
INTL_DateFormatShort,
- INTL_DateFormatYearMonth,
+ INTL_DateFormatYearMonth
} INTL_DateFormatSelector;
typedef enum INTL_TimeFormatSelector {
Sorry for the delayed action. I was on vacation. Thanks for the submission.
Frank, Please take care of this. Thanks.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 2•26 years ago
|
||
include/libi18n.h won't be use anymore.
Old bug...go get the latest mozilla source code! www.mozilla.org
Marking Verified/Won't Fix
I18n component in Bugzilla being retired. Moving these bugs to
Internationalization component.
You need to log in
before you can comment on or make changes to this bug.
Description
•