X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Flibusb%2Flibusb.factor;h=b2912cc795e861a7b116195661fe4547f78eb5ad;hp=888e6c3b89c1fa433ad5075a096924aaf4ae0a45;hb=10e78dde3637ed0adca1972c76e7f283096cdcdc;hpb=98e31346d3ddd0f54d622e6ec489bdb48e090355 diff --git a/extra/libusb/libusb.factor b/extra/libusb/libusb.factor index 888e6c3b89..b2912cc795 100644 --- a/extra/libusb/libusb.factor +++ b/extra/libusb/libusb.factor @@ -4,7 +4,6 @@ USING: accessors alien alien.c-types alien.data alien.libraries alien.syntax classes.struct combinators endian kernel locals math sequences specialized-arrays system unix.time unix.types ; -FROM: alien.c-types => short ; IN: libusb << "libusb" {