remove bogus dependency on vars
parent
6397a2f789
commit
535a9223bd
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors hashtables kernel math state-tables vars vectors ;
|
USING: accessors hashtables kernel math state-tables vectors ;
|
||||||
IN: regexp.backend
|
IN: regexp.backend
|
||||||
|
|
||||||
TUPLE: regexp
|
TUPLE: regexp
|
||||||
|
|
Loading…
Reference in New Issue