Skip to content
Snippets Groups Projects
Commit 9dbbcf00 authored by duane's avatar duane
Browse files

see post-2.2.2.2 entry for Tue Sep 29 22:55:00 PDT 1998

parent 5b428c95
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,11 @@ Tests for new features: <`no new features', `no tests for new features', or ...@@ -10,6 +10,11 @@ Tests for new features: <`no new features', `no tests for new features', or
<standard changelog date stamp> <standard changelog date stamp>
* <changes go here...> * <changes go here...>
*******************************************************************************
Tue Sep 29 22:55:00 1998 Duane Rettig <duane@beta>
* utils/clos.lisp: fix require
******************************************************************************* *******************************************************************************
2.2.2.2 2.2.2.2
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
;; Commercial Software developed at private expense as specified in ;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable. ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;; ;;
;; $Id: clos.lisp,v 1.15 1998/09/29 21:02:38 duane Exp $ ;; $Id: clos.lisp,v 1.16 1998/09/30 04:55:17 duane Exp $
;;; ;;;
;;; Copyright (c) 1989, 1990 by Xerox Corporation. All rights reserved. ;;; Copyright (c) 1989, 1990 by Xerox Corporation. All rights reserved.
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
(in-package :clim-utils) (in-package :clim-utils)
#+Allegro-v4.0-constructors #+Allegro-v4.0-constructors
(require :constructor "sys:;clos;constructor") (require :constructor)
;;; ---------------- ;;; ----------------
;;; Constructors ;;; Constructors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment