]> gitweb.factorcode.org Git - factor.git/commitdiff
gap-buffer: fix using.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 4 Jul 2018 23:05:40 +0000 (18:05 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 4 Jul 2018 23:05:40 +0000 (18:05 -0500)
I'm cooking something up for travisci for this...

extra/gap-buffer/gap-buffer.factor

index 166bc134007442736be7b95f5af52ee18ca07354..5da01b24913e375fbc976551bea21c24f293f5ff 100644 (file)
@@ -4,7 +4,7 @@
 ! gap buffer -- largely influenced by Strandh and Villeneuve's Flexichain
 ! for a good introduction see:
 ! https://common-lisp.net/project/flexichain/download/StrandhVilleneuveMoore.pdf
-USING: accessors arrays circular kernel math math.functions
+USING: accessors arrays circular fry kernel math math.functions
 math.order multiline sequences sequences.private ;
 IN: gap-buffer