Changeset 3489
- Timestamp:
- 08/24/03 18:27:46 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Primitives.java
r3488 r3489 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Primitives.java,v 1.34 5 2003-08-24 18:27:01piso Exp $5 * $Id: Primitives.java,v 1.346 2003-08-24 18:27:46 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 1464 1464 { 1465 1465 Symbol symbol = checkSymbol(first); 1466 if (third instanceof LispString) { 1467 // Documentation. 1466 if (third instanceof LispString) 1468 1467 symbol.setVariableDocumentation(third); 1469 }else if (third != NIL)1468 else if (third != NIL) 1470 1469 throw new TypeError(third, "string"); 1471 1470 symbol.setSymbolValue(second);
Note: See TracChangeset
for help on using the changeset viewer.