Changeset 14177
- Timestamp:
- 10/11/12 11:33:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Pathname.java
r14176 r14177 2168 2168 } 2169 2169 } 2170 if (Utilities.isPlatformUnix) { 2171 result.device = Keyword.UNSPECIFIC; 2172 } 2170 2173 return result; 2171 2174 }
Note: See TracChangeset
for help on using the changeset viewer.