Adjust the recent defmethod change.
authorStas Boukarev <stassats@gmail.com>
Sat, 2 Nov 2013 13:39:50 +0000 (17:39 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 2 Nov 2013 13:39:50 +0000 (17:39 +0400)
commitbd494c3bf560c4178f0ec8405b197e3ad0746ed9
treed5a3f15ab99b61284cb7b2d3decff027421a8093
parent8e6a4a018f54dc0babb710d3525c1f2e7f3b6d48
Adjust the recent defmethod change.

(compile-or-load-defgeneric name) doesn't need the full eval-when
repertoire, only :compile-toplevel and :execute. :compile-toplevel for
subsequent forms and :execute for references within the body of
defmethod to itself. :load-toplevel is not needed since when the FASLs
are loaded no further processing is performed, this avoids the size
increase of the resulting FASLs.
src/pcl/boot.lisp