diff options
-rw-r--r-- | Lisp/init.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/init.lisp b/Lisp/init.lisp index ff9b1c6..91f24e9 100644 --- a/Lisp/init.lisp +++ b/Lisp/init.lisp @@ -31,7 +31,7 @@ (defconstant +no+ (objcl-get-no))) (unless (boundp '+runtime-type+) (defconstant +runtime-type+ (runtime-type))) - (pushnew (case +runtime-type+ + (pushnew (case (runtime-type) ((:gnu) 'objcl-features:gnu-runtime) ((:next) 'objcl-features:next-runtime)) *features*)) |