Merge branch 'master' of git://factorcode.org/git/factor
commit
a1fe951e4f
|
@ -2,12 +2,10 @@
|
||||||
! Copyright (C) 2007, 2008 Slava Pestov
|
! Copyright (C) 2007, 2008 Slava Pestov
|
||||||
! Copyright (C) 2007, 2008 Doug Coleman
|
! Copyright (C) 2007, 2008 Doug Coleman
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.syntax assocs continuations destructors
|
USING: alien assocs continuations destructors
|
||||||
kernel namespaces accessors sets summary ;
|
kernel namespaces accessors sets summary ;
|
||||||
IN: libc
|
IN: libc
|
||||||
|
|
||||||
LIBRARY: factor
|
|
||||||
|
|
||||||
: errno ( -- int )
|
: errno ( -- int )
|
||||||
"int" "factor" "err_no" { } alien-invoke ;
|
"int" "factor" "err_no" { } alien-invoke ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue