Changeset 3986
- Timestamp:
- 09/22/03 11:07:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/ArithmeticError.java
r3929 r3986 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: ArithmeticError.java,v 1. 6 2003-09-20 17:01:59piso Exp $5 * $Id: ArithmeticError.java,v 1.7 2003-09-22 11:07:58 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 47 47 if (type == Symbol.ARITHMETIC_ERROR) 48 48 return T; 49 if (type == BuiltInClass.ARITHMETIC_ERROR) 50 return T; 49 51 return super.typep(type); 50 52 }
Note: See TracChangeset
for help on using the changeset viewer.