Changeset 3924
- Timestamp:
- 09/20/03 14:15:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Primitives.java
r3919 r3924 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Primitives.java,v 1.41 7 2003-09-20 00:39:25piso Exp $5 * $Id: Primitives.java,v 1.418 2003-09-20 14:15:51 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 1170 1170 if (args.length < 1) 1171 1171 throw new ConditionThrowable(new WrongNumberOfArgumentsException(this)); 1172 if (args[0] instanceof Condition) 1173 throw new ConditionThrowable((Condition)args[0]); 1172 1174 throw new ConditionThrowable(new SimpleCondition()); 1173 1175 }
Note: See TracChangeset
for help on using the changeset viewer.