Fix bootstrap

db4
Slava Pestov 2008-02-09 00:16:14 -06:00
parent f05cf861eb
commit d65bde09d1
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ math.parser cpu.architecture alien alien.accessors quotations
system compiler.units ;
IN: alien.c-types
DEFER: <int>
DEFER: *char
: little-endian? ( -- ? ) 1 <int> *char 1 = ; foldable
TUPLE: c-type