From 3bda71f7811ab9a47f461cd096a8ba1ba43da2a9 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 9 Feb 1990 16:08:58 +0000
Subject: [PATCH] Fixed type in last edit.

---
 tools/worldcom.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index 68a95d915..71f2f1a43 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -115,7 +115,7 @@
 ;;; converted: we could go into an infinite recursion trying to convert the
 ;;; definition of a macro which uses itself.
 ;;;
-(let ((c:compile-time-define-macros* nil))
+(let ((c:*compile-time-define-macros* nil))
   (comf "ncode:defstruct")
   (comf "ncode:defmacro")
   (comf "ncode:macros")
-- 
GitLab