pike.git
/
lib
/
modules
/
Calendar.pmod
/
YMD.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Calendar.pmod/YMD.pike:1:
//! //! module Calendar //! submodule YMD //! //! base for all Roman-kind of Calendars, //! ie, one with years, months, weeks and days //! //! inherits Time
+
#charset iso-8859-1
#pike __REAL_VERSION__ // #pragma strict_types inherit Calendar.Time:Time; #include "constants.h" // ---------------- // virtual methods to tell how this calendar works