Changeset 15389
- Timestamp:
- 10/10/20 21:43:16 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Lisp.java
r15378 r15389 2907 2907 } 2908 2908 2909 // A synonym for the null reference which indicates to the reader of 2910 // the code that we have performed a non-local exit via the 2911 // condition system before this reference is reached. 2912 public static java.lang.Object UNREACHED = null; 2909 2913 }
Note: See TracChangeset
for help on using the changeset viewer.