rename llvm.binding to llvm.bindings, update IN:

db4
Matthew Willis 2009-06-16 09:19:50 +09:00
parent 27e95c7908
commit 08a3d907db
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: accessors alien compiler.units kernel
llvm tools.test words llvm.core ;
llvm.bindings llvm.core tools.test words ;
IN: scratchpad

View File

@ -2,7 +2,7 @@ USING: accessors alien.c-types alien.strings arrays
central destructors kernel llvm.core llvm.engine
quotations sequences specialized-arrays.alien ;
IN: llvm
IN: llvm.bindings
: llvm-throw ( char** -- )
[ alien>string ] [ LLVMDisposeMessage ] bi throw ;