Changeset 11884
- Timestamp:
- 05/16/09 18:02:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Load.java
r11856 r11884 353 353 // internal symbol 354 354 private static final Symbol _FASL_VERSION_ = 355 exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(3 0));355 exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(31)); 356 356 357 357 // ### *fasl-anonymous-package* … … 360 360 * This variable gets bound to a package with no name in which the 361 361 * reader can intern its uninterned symbols. 362 * 362 * 363 363 */ 364 364 public static final Symbol _FASL_ANONYMOUS_PACKAGE_ =
Note: See TracChangeset
for help on using the changeset viewer.