Changeset 4602
- Timestamp:
- 11/02/03 04:29:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/make_condition.java
r4595 r4602 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: make_condition.java,v 1. 7 2003-11-02 00:22:08piso Exp $5 * $Id: make_condition.java,v 1.8 2003-11-02 04:29:26 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 40 40 if (type == Symbol.ERROR) 41 41 return new LispError(initArgs); 42 if (type == Symbol.CELL_ERROR) 43 return new CellError(initArgs); 42 44 if (type == Symbol.PACKAGE_ERROR) 43 45 return new PackageError(initArgs);
Note: See TracChangeset
for help on using the changeset viewer.