Changeset 3578
- Timestamp:
- 09/04/03 14:41:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Primitives.java
r3573 r3578 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Primitives.java,v 1.37 1 2003-09-04 04:52:58piso Exp $5 * $Id: Primitives.java,v 1.372 2003-09-04 14:41:45 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 1831 1831 if (type == Symbol.SIMPLE_CONDITION) 1832 1832 return c instanceof SimpleCondition; 1833 if (type == Symbol.DIVISION_BY_ZERO) 1834 return c instanceof DivisionByZero; 1835 if (type == Symbol.ARITHMETIC_ERROR) 1836 return c instanceof ArithmeticError; 1833 1837 1834 1838 return false;
Note: See TracChangeset
for help on using the changeset viewer.