]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/wordtimer/wordtimer.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / extra / wordtimer / wordtimer.factor
index e02701b6909674772ca6b92b514c929f25f18ffb..abf6a536578fb4372d21e6a7a529a98f7141ce97 100644 (file)
@@ -14,7 +14,7 @@ SYMBOL: *calling*
   *wordtimes* get-global [ drop { 0 0 } ] cache first2 ;
 
 : update-times ( utime current-utime current-numinvokes -- utime' invokes' )
-  rot [ + ] curry [ 1+ ] bi* ;
+  rot [ + ] curry [ 1 + ] bi* ;
 
 : register-time ( utime word -- )
   name>>