Changeset 4332
- Timestamp:
- 10/12/03 18:22:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/SpecialOperators.java
r4171 r4332 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: SpecialOperators.java,v 1. 4 2003-10-02 00:23:21piso Exp $5 * $Id: SpecialOperators.java,v 1.5 2003-10-12 18:22:32 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 268 268 if (functional instanceof Function) 269 269 return functional; 270 if (functional instanceof GenericFunction) 271 return functional; 270 272 throw new ConditionThrowable(new UndefinedFunction(arg)); 271 273 }
Note: See TracChangeset
for help on using the changeset viewer.