fix load errors
parent
06ac15fd7d
commit
94a287a6ac
|
@ -12,7 +12,7 @@ IN: uuid
|
||||||
! 0x01b21dd213814000L is the number of 100-ns intervals
|
! 0x01b21dd213814000L is the number of 100-ns intervals
|
||||||
! between the UUID epoch 1582-10-15 00:00:00 and the
|
! between the UUID epoch 1582-10-15 00:00:00 and the
|
||||||
! Unix epoch 1970-01-01 00:00:00.
|
! Unix epoch 1970-01-01 00:00:00.
|
||||||
micros 10 * HEX: 01b21dd213814000 +
|
system-micros 10 * HEX: 01b21dd213814000 +
|
||||||
[ -48 shift HEX: 0fff bitand ]
|
[ -48 shift HEX: 0fff bitand ]
|
||||||
[ -32 shift HEX: ffff bitand ]
|
[ -32 shift HEX: ffff bitand ]
|
||||||
[ HEX: ffffffff bitand ]
|
[ HEX: ffffffff bitand ]
|
||||||
|
|
|
@ -41,21 +41,6 @@ TUPLE: leap ;
|
||||||
[ string>number ]
|
[ string>number ]
|
||||||
} case ;
|
} case ;
|
||||||
|
|
||||||
/*
|
|
||||||
: rule-on ( string -- obj )
|
|
||||||
{
|
|
||||||
{ [ dup string>number ] [ ] }
|
|
||||||
{ [ "last" ?head ] [ month-abbreviation>n ] }
|
|
||||||
{ [ ] [ month-abbreviation>n ] }
|
|
||||||
} cond ;
|
|
||||||
*/
|
|
||||||
|
|
||||||
! [ string>number -1/0. or ]
|
|
||||||
! [ rule-to ]
|
|
||||||
|
|
||||||
! [ month-abbreviation>n ]
|
|
||||||
! [ rule-on ]
|
|
||||||
|
|
||||||
: raw-rule>rule ( raw-rule -- rule )
|
: raw-rule>rule ( raw-rule -- rule )
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue