diff --git a/tk-silica/last.lisp b/tk-silica/last.lisp new file mode 100644 index 0000000000000000000000000000000000000000..e532366c0b4d7099e1d93d8aaf64f97aa818fd27 --- /dev/null +++ b/tk-silica/last.lisp @@ -0,0 +1,34 @@ +;; -*- mode: common-lisp; package: system -*- +;; +;; -[]- +;; +;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved. +;; copyright (c) 1986-1992 Franz Inc, Berkeley, CA All rights reserved. +;; +;; The software, data and information contained herein are proprietary +;; to, and comprise valuable trade secrets of, Franz, Inc. They are +;; given in confidence by Franz, Inc. pursuant to a written license +;; agreement, and may be stored and used only in accordance with the terms +;; of such license. +;; +;; Restricted Rights Legend +;; ------------------------ +;; Use, duplication, and disclosure of the software, data and information +;; contained herein by any agency, department or entity of the U.S. +;; Government are subject to restrictions of Restricted Rights for +;; Commercial Software developed at private expense as specified in FAR +;; 52.227-19 or DOD FAR Supplement 252.227-7013 (c) (1) (ii), as +;; applicable. +;; +;; $fiHeader$ + + +(in-package :system) + +(load-application + (load-patches + "patch" + (namestring + (merge-pathnames "update-clim-2.0" + excl::*library-pathname*))) + :devel system::*devel*)