Changeset 14083
- Timestamp:
- 08/14/12 11:53:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/StandardClass.java
r14079 r14083 203 203 204 204 if (! (layout instanceof Layout)) { 205 (new Error()).printStackTrace();206 LispThread.currentThread().printBacktrace();207 System.out.println("Class: " + this.princToString());205 // (new Error()).printStackTrace(); 206 // LispThread.currentThread().printBacktrace(); 207 // System.err.println("Class: " + this.princToString()); 208 208 return (Layout)Lisp.error(Symbol.TYPE_ERROR, 209 209 new SimpleString("The value " + layout.princToString()
Note: See TracChangeset
for help on using the changeset viewer.