X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=time64.h;h=07bb33fd8492989ec204fb6f9c767a39fce9d0ae;hb=c8937c7ebe545f1bf57f394227d99d1f8f445ef6;hp=000f1018cbeecbbdaf80b5c2eab4b43153d1e08c;hpb=7430375d1909c2b62c1fb3f9c6ed4b9d24dfcf32;p=p5sagit%2Fp5-mst-13.2.git diff --git a/time64.h b/time64.h index 000f101..07bb33f 100644 --- a/time64.h +++ b/time64.h @@ -8,7 +8,7 @@ /* Set our custom types */ typedef INT_64_T Int64; typedef Int64 Time64_T; -typedef Int64 Year; +typedef I32 Year; /* A copy of the tm struct but with a 64 bit year */