Changeset 11306 for trunk/j/src/org/armedbear/lisp/clos.lisp
- Timestamp:
- 09/07/08 13:18:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/clos.lisp
r11297 r11306 1951 1951 ;; methods, along with the predefined initialization argument :ALLOW-OTHER-KEYS." 1952 1952 ;; 7.1.2 1953 #+nil 1953 1954 (defun check-initargs (class initargs) 1954 1955 (when (oddp (length initargs)) … … 1966 1967 :format-arguments (list initarg))))))) 1967 1968 1968 ;; FIXME: 20080830 ehuelsmann - The above method used to be commented out 1969 ;; I switched the situation around, based upon my reading of the spec, the 1970 ;; version above is not strict enough, but correct when it generates an error 1971 ;; In other words: it allows unsupported arguments when ':allow-other-keys T' 1972 #+nil 1969 ;; FIXME 1973 1970 (defun check-initargs (class initargs) 1974 1971 (declare (ignore class initargs)))
Note: See TracChangeset
for help on using the changeset viewer.