Changeset 3630


Ignore:
Timestamp:
09/08/03 18:18:29 (20 years ago)
Author:
piso
Message:

SUBTYPEP

File:
1 edited

Legend:

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

    r3624 r3630  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: Primitives.java,v 1.377 2003-09-08 17:16:28 piso Exp $
     5 * $Id: Primitives.java,v 1.378 2003-09-08 18:18:29 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    23292329            if (args[0] == NIL)
    23302330                return T;
    2331             if (args[1] == NIL)
    2332                 return NIL;
    23332331            TypeSpecifier ts1 = TypeSpecifier.getInstance(args[0]);
    23342332            TypeSpecifier ts2 = TypeSpecifier.getInstance(args[1]);
Note: See TracChangeset for help on using the changeset viewer.