зеркало из https://github.com/mozilla/pjs.git
fix AIX build issues: c-style comments must end before next begins and
the last item in an enum shouldn't have a "," sr=blizzard@mozilla.org r=Roland.Mainz@informatik.med.uni-giessen.de submitted by pkw@austin.ibm.com # 168531
This commit is contained in:
Родитель
4bef358c0d
Коммит
4b506b4060
|
@ -155,7 +155,7 @@ typedef struct _DvngFontInfo DvngFontInfo;
|
|||
*/
|
||||
typedef enum {
|
||||
DVNG_FONT_NONE,
|
||||
DVNG_FONT_SUN,
|
||||
DVNG_FONT_SUN
|
||||
} DvngFontType;
|
||||
|
||||
/*
|
||||
|
@ -594,7 +594,7 @@ static const DvngGlyphEntry sunGlyphTbl[MAP_SIZE] = {
|
|||
/* da + halant -> half da + kern space */
|
||||
{ {0x0926,0x094d,0x0}, {0x0926,0x094d,0xF839,0x0} },
|
||||
|
||||
/* da ri 1
|
||||
/* da ri 1 */
|
||||
/* da + ru -> da + ru + kern space */
|
||||
{ {0x0926,0x0943,0x0}, {0xF7E2,0xF839,0x0} },
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче