Changeset 439 for branches/thune/thread_safe/win32/os.c
- Timestamp:
- 07/25/07 22:34:49 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/win32/os.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/win32/os.c
r432 r439 229 229 cell = ur_appendCell(blk, UT_WORD); 230 230 if( info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY ) 231 atom = UR_INTERN( "dir", 3 );231 atom = ur_intern( "dir", 3 ); 232 232 else 233 atom = UR_INTERN( "file", 4 );233 atom = ur_intern( "file", 4 ); 234 234 ur_setUnbound(cell, atom); 235 235
