Skip to content
Snippets Groups Projects
Commit 62ca7a6b authored by wlott's avatar wlott
Browse files

This commit was generated by cvs2svn to compensate for changes in r2368,

which included commits to RCS files with non-trunk default branches.
parents 0a5c59dc c85fa887
No related branches found
No related tags found
No related merge requests found
...@@ -424,9 +424,13 @@ ...@@ -424,9 +424,13 @@
(defvar *modifier-count* 0 (defvar *modifier-count* 0
"The number of modifiers that is currently defined.") "The number of modifiers that is currently defined.")
(eval-when (compile eval load)
(defconstant modifier-count-limit 6 (defconstant modifier-count-limit 6
"The maximum number of modifiers supported.") "The maximum number of modifiers supported.")
); eval-when
;;; This is purely a list for users. ;;; This is purely a list for users.
;;; ;;;
(defvar *all-modifier-names* () (defvar *all-modifier-names* ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment