]> gitweb.factorcode.org Git - factor.git/commitdiff
Rename combinator in dns
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Oct 2010 19:49:47 +0000 (12:49 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Oct 2010 19:49:47 +0000 (12:49 -0700)
extra/dns/dns.factor

index 54bb03b008e48143b713e6561b96a9fe5e609d98..a0e6ba5f6e8656561370a4ed5fd5038f2d81bb6d 100644 (file)
@@ -9,7 +9,7 @@ math.parser namespaces nested-comments random sequences
 slots.syntax splitting system vectors vocabs.loader ;
 IN: dns
 
-: with-temporary-input-seek ( n seek-type quot -- )
+: with-input-seek ( n seek-type quot -- )
     tell-input [
         [ seek-input ] dip call
     ] dip seek-absolute seek-input ; inline
@@ -175,7 +175,7 @@ CONSTANT: ipv6-arpa-suffix ".ip6.arpa"
             8 shift read1 bitor HEX: 3fff bitand
             seek-absolute [
                 read1 parse-length-bytes , (parse-name)
-            ] with-temporary-input-seek
+            ] with-input-seek
         ] [
             parse-length-bytes , (parse-name)
         ] if