alien.syntax: We have to include alien.arrays somewhere before libc loads.

db4
Doug Coleman 2014-11-17 09:44:21 -08:00
parent df1b9dffe0
commit 5c8c76cc22
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types alien.enums alien.libraries
alien.parser fry kernel lexer namespaces parser sequences
strings.parser words ;
strings.parser vocabs words ;
<< "alien.arrays" require >> ! needed for bootstrap
IN: alien.syntax
SYNTAX: DLL" lexer get skip-blank parse-string dlopen suffix! ;