From 3f08ed681b40700d27bfd47804d9072816ca1a15 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 27 May 2003 21:43:41 +0000 Subject: [PATCH] r5044: *** empty log message *** --- composite.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) -- 2.34.1