Extension to tzcode to support additional timezones

Ian Abbott abbotti at mev.co.uk
Wed Oct 27 09:03:17 UTC 2010


On 26/10/10 18:44, Christos Zoulas wrote:
> On Oct 26, 10:33am, eggert at cs.ucla.edu (Paul Eggert) wrote:
> | I agree that it'd be better to have a new opaque type,
> | struct tz * (say), rather than void *.
> 
> I just have:
> 
> typedef struct __state *timezone_t;

As 'state' is a fairly common word (even though '__state' would be a
system reserved identifier in C terms), it might be better to make it:

typedef struct __tzstate *timezone_t;

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti at mev.co.uk>        )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587         )=-



More information about the tz mailing list