Skip to content
  • Raymond Toy's avatar
    Convert defconstant's to defparameter's. · 7b123994
    Raymond Toy authored
    The values are very unlikely to be EQL when redefining so just use
    defparameter.  This is for picky compilers that don't like redefining
    constants with values that aren't EQL.
    7b123994