Changeset 435


Ignore:
Timestamp:
Jan 30, 2004, 3:49:27 PM (21 years ago)
Author:
Gary Byers
Message:

Bump fasl version.

Location:
trunk/ccl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/nfcomp.lisp

    r339 r435  
    873873;These should be constants, but it's too much trouble when need to change 'em.
    874874(defparameter FASL-FILE-ID #xFF00)  ;Overall file format, shouldn't change much
    875 (defparameter FASL-VERSION #xFF3b)  ;Fasl block format.
     875(defparameter FASL-VERSION #xFF3c)  ;Fasl block format.
    876876
    877877(defvar *fasdump-hash*)
  • trunk/ccl/xdump/faslenv.lisp

    r52 r435  
    5959(defconstant $fasl-file-id #xff00)
    6060(defconstant $fasl-file-id1 #xff01)
    61 (defconstant $fasl-vers #x3b)
    62 (defconstant $fasl-min-vers #x3b)
     61(defconstant $fasl-vers #x3c)
     62(defconstant $fasl-min-vers #x3c)
    6363(defconstant $faslend #xff)
    6464(defconstant $fasl-buf-len 2048)
Note: See TracChangeset for help on using the changeset viewer.