Skip to content
Snippets Groups Projects
Commit 78721c4d authored by pmai's avatar pmai
Browse files

Patch from Gerd Moellmann to bring error detection of defclass in line

with ANSI requirements:

o If there are any duplicate slot names, an error of type
  program-error is signaled.
o If an initialization argument name appears more than once in
  :default-initargs class option, an error of type program-error is
  signaled.
o If any of the following slot options appears more than once in a
  single slot description, an error of type program-error is signaled:
  :allocation, :initform, :type, :documentation.
parent 0a88576b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment