Changeset 3921


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

classOf()

File:
1 edited

Legend:

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

    r3902 r3921  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: LispError.java,v 1.5 2003-09-19 16:04:50 piso Exp $
     5 * $Id: LispError.java,v 1.6 2003-09-20 00:40:13 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    3838    }
    3939
     40    public LispClass classOf()
     41    {
     42        return LispClass.ERROR;
     43    }
     44
    4045    public LispObject typep(LispObject type) throws ConditionThrowable
    4146    {
Note: See TracChangeset for help on using the changeset viewer.