Changeset 3937
- Timestamp:
- 09/21/03 00:06:32 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Closure.java
r3894 r3937 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Closure.java,v 1.5 6 2003-09-19 14:44:10piso Exp $5 * $Id: Closure.java,v 1.57 2003-09-21 00:06:32 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 262 262 throws ConditionThrowable 263 263 { 264 throw new ConditionThrowable(new LispError(String.valueOf(obj) )+265 " may not be used as a variable in a lambda list") ;264 throw new ConditionThrowable(new LispError(String.valueOf(obj) + 265 " may not be used as a variable in a lambda list")); 266 266 } 267 267
Note: See TracChangeset
for help on using the changeset viewer.