X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/112ac1d33aa8f9b7f3d2f9542d15431f152b1d35..58ed74395e06d538219f88da13268408be35f8f8:/glib/export.lisp diff --git a/glib/export.lisp b/glib/export.lisp index 8ac31bb..d88149e 100644 --- a/glib/export.lisp +++ b/glib/export.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: export.lisp,v 1.5 2005-04-23 16:48:50 espen Exp $ +;; $Id: export.lisp,v 1.6 2006-02-26 15:30:00 espen Exp $ ;;; Autogenerating exported symbols @@ -34,7 +34,7 @@ name (first name))) - (defexport def-type-method (name &rest args) + (defexport define-type-generic (name &rest args) (declare (ignore args)) name)