From: Kevin M. Rosenberg Date: Tue, 27 May 2003 21:43:41 +0000 (+0000) Subject: r5044: *** empty log message *** X-Git-Tag: v2006ac.2~148 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=3f08ed681b40700d27bfd47804d9072816ca1a15;p=umlisp.git r5044: *** empty log message *** --- diff --git a/composite.lisp b/composite.lisp index d967c99..d9e01fd 100644 --- a/composite.lisp +++ b/composite.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: composite.lisp,v 1.22 2003/05/14 05:37:48 kevin Exp $ +;;;; $Id: composite.lisp,v 1.23 2003/05/27 21:43:41 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -67,7 +67,8 @@ ;;; Composite Objects (defclass freq (hyperobject) - ((freq :value-type integer :initarg :freq :accessor freq :print-formatter fmt-comma-integer)) + ((freq :value-type integer :initarg :freq :accessor freq + :print-formatter fmt-comma-integer)) (:metaclass hyperobject-class) (:default-initargs :freq 0) (:user-name "Frequency class" "Frequency classes") @@ -89,7 +90,7 @@ (:description "Composite object of ustr/freq")) (defclass usty_freq (usty freq) - ((freq :value-type fixnum :initarg :freq :accessor freq)) + () (:metaclass hyperobject-class) (:user-name "Semantic Type and Count" "Semantic Types and Counts") (:default-print-slots tui freq sty)