From 11c4c4634a40be5fae5331349a6e53c119a2bd47 Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Sun, 24 Mar 2013 10:04:44 -0700
Subject: [PATCH] tools.trace: Rename

---
 basis/tools/trace/trace.factor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/basis/tools/trace/trace.factor b/basis/tools/trace/trace.factor
index 9d7bb9acc6..21107fa042 100644
--- a/basis/tools/trace/trace.factor
+++ b/basis/tools/trace/trace.factor
@@ -43,9 +43,9 @@ SYMBOL: end
         ]
     } 1&& ;
 
-TUPLE: trace-step word inputs ;
+TUPLE: trace-step-state word inputs ;
 
-M: trace-step summary
+M: trace-step-state summary
     [
         [ "Word: " % word>> name>> % ]
         [ " -- inputs: " % inputs>> unparse-short % ] bi
@@ -53,7 +53,7 @@ M: trace-step summary
 
 : <trace-step> ( continuation word -- trace-step )
     [ nip ] [ [ data>> ] [ stack-effect in>> length ] bi* short tail* ] 2bi
-    \ trace-step boa ;
+    \ trace-step-state boa ;
 
 : print-step ( continuation -- )
     dup continuation-current dup word? [