Changeset 15389


Ignore:
Timestamp:
10/10/20 21:43:16 (3 years ago)
Author:
Mark Evenson
Message:

Introduce a synonym for the null reference

File:
1 edited

Legend:

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

    r15378 r15389  
    29072907  }
    29082908
     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;
    29092913}
Note: See TracChangeset for help on using the changeset viewer.