Changeset 3961
- Timestamp:
- 09/21/03 13:02:40 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/make_condition.java
r3946 r3961 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: make_condition.java,v 1. 2 2003-09-21 01:56:15piso Exp $5 * $Id: make_condition.java,v 1.3 2003-09-21 13:02:40 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 47 47 if (type == Symbol.SIMPLE_ERROR) 48 48 return new SimpleError(initArgs); 49 if (type == Symbol.UNBOUND_SLOT) 50 return new UnboundSlot(initArgs); 49 51 if (type == Symbol.UNBOUND_VARIABLE) 50 52 return new UnboundVariable(initArgs);
Note: See TracChangeset
for help on using the changeset viewer.