From 82b13312ccfc9f959ef3f9c326200c4a0042939d Mon Sep 17 00:00:00 2001
From: Kevin Bracey <kbracey@gitlab.riscosopen.org>
Date: Thu, 2 Oct 1997 14:54:48 +0000
Subject: [PATCH] Commented out reference to second style word.

---
 c/Trace | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/Trace b/c/Trace
index b1689d6..f99b6ca 100644
--- a/c/Trace
+++ b/c/Trace
@@ -724,7 +724,7 @@ tdtbs_fo_err: /* If there's an error whilst writing to the file */
     /* General info */
 
     TrOut(file, depth, (file, "style\t\t%08x\n",        (int) token->style));
-    TrOut(file, depth, (file, "style2\t\t%08x\n",       (int) token->style2));
+  /*TrOut(file, depth, (file, "style2\t\t%08x\n",       (int) token->style2));*/
     TrOut(file, depth, (file, "indent\t\t0x%x\n",       (int) token->indent));
 
     TrOut(file, depth, (file, "anchor\t\t%08x: '%s'\n", (int) token->anchor, token->anchor   ? token->anchor  : "(NULL)"));
-- 
GitLab