factor: Clean up wrong form of specialized-arrays in using lists.

factor-shell
Doug Coleman 2018-02-10 15:25:36 -06:00
parent 9d732a4ccb
commit c8d63c56a9
4 changed files with 8 additions and 11 deletions

View File

@ -1,7 +1,6 @@
USING: alien.c-types alien.data compiler.tree.debugger
io.encodings.ascii io.files io.mmap kernel locals math sequences
sequences.private specialized-arrays
specialized-arrays.instances.alien.c-types.uint tools.test ;
sequences.private specialized-arrays tools.test ;
SPECIALIZED-ARRAY: uint

View File

@ -1,10 +1,11 @@
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors colors.constants kernel
specialized-arrays.instances.alien.c-types.float tools.test
USING: accessors colors.constants kernel tools.test
ui.gadgets.labels ui.pens.caching ui.pens.gradient ;
IN: ui.pens.caching.tests
SPECIALIZED-ARRAY: float
! compute-pen
{
{ 0 0 }

View File

@ -4,11 +4,11 @@
USING: accessors alien.accessors alien.data alien.strings
classes.struct io.encodings.utf16n kernel make math namespaces
prettyprint sequences specialized-arrays
specialized-arrays.instances.alien.c-types.ushort
ui.backend.windows ui.gadgets.worlds ui.gestures
ui.tools.listener windows.com windows.com.wrapper
windows.dropfiles windows.kernel32 windows.ole32 windows.shell32
windows.types ;
SPECIALIZED-ARRAY: ushort
SPECIALIZED-ARRAY: WCHAR
IN: windows.dragdrop-listener

View File

@ -1,11 +1,8 @@
! Copyright (C) 2006, 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types alien.data alien.strings
alien.syntax classes.struct io.backend kernel
specialized-arrays
specialized-arrays.instances.alien.c-types.ushort windows
windows.com windows.com.syntax windows.kernel32 windows.ole32
windows.types ;
USING: alien alien.c-types alien.data alien.strings alien.syntax
classes.struct io.backend kernel windows windows.com
windows.com.syntax windows.kernel32 windows.ole32 windows.types ;
IN: windows.shell32
CONSTANT: CSIDL_DESKTOP 0x00