Changeset 11481
- Timestamp:
- 12/26/08 13:53:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Load.java
r11391 r11481 341 341 // internal symbol 342 342 private static final Symbol _FASL_VERSION_ = 343 exportConstant("*FASL-VERSION*", PACKAGE_SYS, new Fixnum(2 8));343 exportConstant("*FASL-VERSION*", PACKAGE_SYS, new Fixnum(29)); 344 344 345 345 // ### *fasl-anonymous-package*
Note: See TracChangeset
for help on using the changeset viewer.