X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fgeneric-functions.lisp;h=7d37d628ccec7a57a72eb7ad684ccb40692c9d00;hb=ccd8e0156b45b6aa88d95bd796e1f49aebebe37d;hp=571221970d867a9a0b51e39440a7854ca72f1faf;hpb=6ab32453060c4dd2b399164e3b0703525dec7ff0;p=sbcl.git diff --git a/src/pcl/generic-functions.lisp b/src/pcl/generic-functions.lisp index 5712219..7d37d62 100644 --- a/src/pcl/generic-functions.lisp +++ b/src/pcl/generic-functions.lisp @@ -411,12 +411,6 @@ ;;;; 4 arguments -(defgeneric add-boundp-method (class generic-function slot-name slot-documentation)) - -(defgeneric add-reader-method (class generic-function slot-name slot-documentation)) - -(defgeneric add-writer-method (class generic-function slot-name slot-documentation)) - (defgeneric make-method-lambda (proto-generic-function proto-method lambda-expression environment)) @@ -427,6 +421,14 @@ ;;;; 5 arguments +;;; FIXME: This is currently unused -- where should we call it? Or should we just +;;; delete it. +(defgeneric add-boundp-method (class generic-function slot-name slot-documentation source-location)) + +(defgeneric add-reader-method (class generic-function slot-name slot-documentation source-location)) + +(defgeneric add-writer-method (class generic-function slot-name slot-documentation source-location)) + (defgeneric make-method-initargs-form (proto-generic-function proto-method lambda-expression lambda-list environment))