Changeset 4181
- Timestamp:
- 10/03/03 16:35:47 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/StreamError.java
r3929 r4181 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: StreamError.java,v 1. 8 2003-09-20 17:02:05piso Exp $5 * $Id: StreamError.java,v 1.9 2003-10-03 16:35:47 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 55 55 if (type == Symbol.STREAM_ERROR) 56 56 return T; 57 if (type == BuiltInClass.STREAM_ERROR) 58 return T; 57 59 return super.typep(type); 58 60 }
Note: See TracChangeset
for help on using the changeset viewer.