summaryrefslogtreecommitdiff
path: root/cl-forth.lisp
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-08-16 10:09:45 +0300
committermRnea <akannemre@gmail.com>2024-08-16 10:09:45 +0300
commite90d1248920b50e5f8c25ab406a9095e3f6a2358 (patch)
tree298141c8cfabc515c37d2dd7996d8590b711698b /cl-forth.lisp
parent68947d00aa6666d6e4daed6a0f75009c9bf3048d (diff)
changed project name from cl-forth to kurt
Diffstat (limited to 'cl-forth.lisp')
-rw-r--r--cl-forth.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-forth.lisp b/cl-forth.lisp
index 410b112..ab3af1a 100644
--- a/cl-forth.lisp
+++ b/cl-forth.lisp
@@ -1,4 +1,4 @@
-(in-package :cl-forth)
+(in-package :kurt)
(defun make-token (sym? line col &optional (type nil))
(when (null type)