git-svn-id: svn://svn.c3d2.de/c3d2-web/branches/toidinamais_coole_scheisse@63 31f61c52-7bfb-0310-b897-fc00f8a278f0

This commit is contained in:
toidinamai 2005-12-21 01:35:47 +00:00
parent f7ac146450
commit c7f0e8adc7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<xsl:template name="get-year">
<!--
Von Astro übersetzt aus
Von Astro übersetzt aus Datei time/offtime.c von glibc
#define DIV(a, b) ((a) / (b) - ((a) % (b) < 0))
#define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400))