]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge git://factorcode.org/git/factor
authorJoe Groff <arcata@gmail.com>
Sat, 2 Feb 2008 02:17:55 +0000 (18:17 -0800)
committerJoe Groff <arcata@gmail.com>
Sat, 2 Feb 2008 02:17:55 +0000 (18:17 -0800)
1  2 
core/alien/c-types/c-types.factor

index 47f9fd0326347c223dbc1613bc0bd6028dcb75e0,88df823e5bead4ed9597e5b9b66c500633907631..d260eb9b8f11b592279378b1d636cb748ce21fcb
@@@ -1,9 -1,9 +1,9 @@@
  ! Copyright (C) 2004, 2007 Slava Pestov.
  ! See http://factorcode.org/license.txt for BSD license.
 -USING: byte-arrays arrays generator.registers assocs
 +USING: byte-arrays float-arrays arrays generator.registers assocs
  kernel kernel.private libc math namespaces parser sequences
  strings words assocs splitting math.parser cpu.architecture
- alien quotations system compiler.units ;
+ alien alien.accessors quotations system compiler.units ;
  IN: alien.c-types
  
  TUPLE: c-type