Changeset 4334
- Timestamp:
- 10/12/03 18:23:50 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/defclass.lisp
r4328 r4334 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: defclass.lisp,v 1.1 6 2003-10-12 16:15:30 piso Exp $4 ;;; $Id: defclass.lisp,v 1.17 2003-10-12 18:23:50 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 681 681 gf)) 682 682 (setf (fdefinition (generic-function-name gf)) 683 (generic-function-discriminating-function gf)) 683 ;; (generic-function-discriminating-function gf)) 684 gf) 684 685 (clrhash (classes-to-emf-table gf)) 685 686 (values))
Note: See TracChangeset
for help on using the changeset viewer.