From 2110e54044f397e53fc5eeb88c6ee4a391ffe9db Mon Sep 17 00:00:00 2001 From: layer <layer> Date: Tue, 15 Apr 2008 22:44:47 +0000 Subject: [PATCH] fix defpatch --- utils/excl-verification.lisp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/utils/excl-verification.lisp b/utils/excl-verification.lisp index a566ae1c..9d4266b6 100644 --- a/utils/excl-verification.lisp +++ b/utils/excl-verification.lisp @@ -1,6 +1,8 @@ #+(version= 8 1) -(sys:defpatch #+mswindows "climnt" #-mswindows "climxm" 1 - "v1: full international font support" +(sys:defpatch + #+mswindows "climnt" #-mswindows "climxm" 2 + "v1: full international font support; +v2: fix v1 for 8-bit Lisps." :type :system :post-loadable t) @@ -22,7 +24,7 @@ ;; Commercial Software developed at private expense as specified in ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable. ;; -;; $Id: excl-verification.lisp,v 2.10 2007/12/12 16:48:28 layer Exp $ +;; $Id: excl-verification.lisp,v 2.11 2008/04/15 22:44:47 layer Exp $ (in-package :sys) -- GitLab