Changeset 3986


Ignore:
Timestamp:
09/22/03 11:07:58 (20 years ago)
Author:
piso
Message:

typep()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/ArithmeticError.java

    r3929 r3986  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: ArithmeticError.java,v 1.6 2003-09-20 17:01:59 piso Exp $
     5 * $Id: ArithmeticError.java,v 1.7 2003-09-22 11:07:58 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    4747        if (type == Symbol.ARITHMETIC_ERROR)
    4848            return T;
     49        if (type == BuiltInClass.ARITHMETIC_ERROR)
     50            return T;
    4951        return super.typep(type);
    5052    }
Note: See TracChangeset for help on using the changeset viewer.