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 <zakkr@zf.jcu.cz>
http://home.zf.jcu.cz/~zakkr/