Skip to content

Commit

Permalink
Change DEFCONSTANT to DEFPARAMETER
Browse files Browse the repository at this point in the history
Wish I knew how to use that correctly.  🤷‍♂️
  • Loading branch information
fisxoj committed Nov 8, 2018
1 parent ff5dc29 commit 93ba5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coo.lisp
Expand Up @@ -98,7 +98,7 @@
path)))


(defconstant +sub-package-separators+
(defparameter +sub-package-separators+
'(#\/ #\.)
"List of characters that could be used to separate a base package name like ``cool-package`` from sub-packages like ``cool-package.types`` or ``cool-package/types``.")

Expand Down

0 comments on commit 93ba5f2

Please sign in to comment.