Changeset 13064


Ignore:
Timestamp:
11/28/10 21:35:27 (13 years ago)
Author:
ehuelsmann
Message:

Increase FASL version number: r13021 put the responsibility
of restoring special bindings on the receiving end of non-local
control transfers (instead of on *all* intermediate levels).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/Load.java

    r13056 r13064  
    344344    // internal symbol
    345345    static final Symbol _FASL_VERSION_ =
    346         exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(36));
     346        exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(37));
    347347
    348348    // ### *fasl-external-format*
Note: See TracChangeset for help on using the changeset viewer.