[Openmcl-cvs-notifications] r10323 - /trunk/source/xdump/faslenv.lisp
gb at clozure.com
gb at clozure.com
Mon Aug 4 08:00:35 EDT 2008
Author: gb
Date: Mon Aug 4 08:00:35 2008
New Revision: 10323
Log:
Finish bumping fasl version.
Modified:
trunk/source/xdump/faslenv.lisp
Modified: trunk/source/xdump/faslenv.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/xdump/faslenv.lisp (original)
+++ trunk/source/xdump/faslenv.lisp Mon Aug 4 08:00:35 2008
@@ -43,7 +43,7 @@
(defconstant $fasl-file-id #xff00)
(defconstant $fasl-file-id1 #xff01)
(defconstant $fasl-vers #x53)
-(defconstant $fasl-min-vers #x52)
+(defconstant $fasl-min-vers #x53)
(defconstant $faslend #xff)
(defconstant $fasl-buf-len 2048)
(defmacro deffaslop (n arglist &body body)
More information about the Openmcl-cvs-notifications
mailing list