Fix lint
parent
fae0d8bac1
commit
83cbe7c04f
|
@ -1,7 +1,7 @@
|
||||||
! 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: accessors alien alien.accessors arrays assocs
|
USING: accessors alien alien.accessors arrays assocs
|
||||||
combinators.short-circuit fry hashtables html io
|
combinators.short-circuit fry hashtables io
|
||||||
kernel math namespaces prettyprint quotations sequences
|
kernel math namespaces prettyprint quotations sequences
|
||||||
sequences.deep sets slots.private vectors vocabs words
|
sequences.deep sets slots.private vectors vocabs words
|
||||||
kernel.private ;
|
kernel.private ;
|
||||||
|
@ -54,7 +54,7 @@ SYMBOL: def-hash-keys
|
||||||
[ drop f ]
|
[ drop f ]
|
||||||
[ "cdecl" ]
|
[ "cdecl" ]
|
||||||
[ first ] [ second ] [ third ] [ fourth ]
|
[ first ] [ second ] [ third ] [ fourth ]
|
||||||
[ ">" write-html ] [ "/>" write-html ]
|
[ ">" write ] [ "/>" write ]
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
! ! Add definitions
|
! ! Add definitions
|
||||||
|
|
Loading…
Reference in New Issue