Changeset 3957


Ignore:
Timestamp:
09/21/03 13:00:34 (20 years ago)
Author:
piso
Message:

typep()

File:
1 edited

Legend:

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

    r3947 r3957  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: UnboundVariable.java,v 1.3 2003-09-21 01:56:58 piso Exp $
     5 * $Id: UnboundVariable.java,v 1.4 2003-09-21 13:00:34 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    4949        if (type == Symbol.UNBOUND_VARIABLE)
    5050            return T;
     51        if (type == BuiltInClass.UNBOUND_VARIABLE)
     52            return T;
    5153        return super.typep(type);
    5254    }
Note: See TracChangeset for help on using the changeset viewer.