Skip to content
Snippets Groups Projects
Commit 2110e540 authored by layer's avatar layer
Browse files

fix defpatch

parent cbd0f1ee
No related branches found
No related tags found
No related merge requests found
#+(version= 8 1) #+(version= 8 1)
(sys:defpatch #+mswindows "climnt" #-mswindows "climxm" 1 (sys:defpatch
"v1: full international font support" #+mswindows "climnt" #-mswindows "climxm" 2
"v1: full international font support;
v2: fix v1 for 8-bit Lisps."
:type :system :type :system
:post-loadable t) :post-loadable t)
...@@ -22,7 +24,7 @@ ...@@ -22,7 +24,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: 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) (in-package :sys)
......
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