]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ctags/etags/etags.factor
Updating code for make and fry changes
[factor.git] / extra / ctags / etags / etags.factor
index 8cc8c284b101eeee59c92843ad0e977bc447e34c..9fe63e914e6bf65f6c4a013b63f02a34c746eab1 100644 (file)
@@ -4,8 +4,8 @@
 ! Emacs Etags generator
 ! Alfredo Beaumont <alfredo.beaumont@gmail.com>
 USING: kernel sequences sorting assocs words prettyprint ctags
-io.encodings.ascii io.files math math.parser namespaces strings locals
-shuffle io.backend arrays ;
+io.encodings.ascii io.files math math.parser namespaces make
+strings shuffle io.backend arrays ;
 IN: ctags.etags
 
 : etag-at ( key hash -- vector )