Changeset 3630
- Timestamp:
- 09/08/03 18:18:29 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Primitives.java
r3624 r3630 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Primitives.java,v 1.37 7 2003-09-08 17:16:28piso Exp $5 * $Id: Primitives.java,v 1.378 2003-09-08 18:18:29 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 2329 2329 if (args[0] == NIL) 2330 2330 return T; 2331 if (args[1] == NIL)2332 return NIL;2333 2331 TypeSpecifier ts1 = TypeSpecifier.getInstance(args[0]); 2334 2332 TypeSpecifier ts2 = TypeSpecifier.getInstance(args[1]);
Note: See TracChangeset
for help on using the changeset viewer.