On Thu, Dec 18, 2003 at 04:33:44PM +0100, Kurt Roeckx wrote: > + DCH_IYYYY, ^^^^^^^^^^^ > DCH_YYYY, > DCH_YYY, > DCH_YY,
There is a bug.. it's wrong position. Please, add the "enum" of DCH_IYYYY to same position as you have "IYYYY" in next array. It means "enum" DCH_IYYYY must be behind DCH_IW. If you will add others IY the order must be: DCH_IW DCH_IYYYY DCH_IYYY DCH_IYY DCH_IY .. and same for lower case version: > @@ -582,6 +583,7 @@ > DCH_ww, > DCH_w, > DCH_y_yyy, > + DCH_iyyyy, ^^^^^^^^^ Thanks! Karel -- Karel Zak <[EMAIL PROTECTED]> http://home.zf.jcu.cz/~zakkr/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly