Changeset 15499
- Timestamp:
- 12/21/20 21:28:35 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Lisp.java
r15498 r15499 2430 2430 } 2431 2431 } 2432 // We wish to declare an integer Java version, but 2433 // specialized builds can prefix further information in the2434 // java.version property2432 // We wish to declare an integer Java version, but specialized 2433 // builds can suffix further information upon the java.version 2434 // property. 2435 2435 try { 2436 2436 Integer.parseInt(javaVersion);
Note: See TracChangeset
for help on using the changeset viewer.