Show
Ignore:
Timestamp:
07/25/07 22:34:49 (16 months ago)
Author:
krobillard
Message:

Fixes for Windows.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/win32/os.c

    r432 r439  
    229229        cell = ur_appendCell(blk, UT_WORD); 
    230230        if( info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY ) 
    231             atom = UR_INTERN( "dir", 3 ); 
     231            atom = ur_intern( "dir", 3 ); 
    232232        else 
    233             atom = UR_INTERN( "file", 4 ); 
     233            atom = ur_intern( "file", 4 ); 
    234234        ur_setUnbound(cell, atom); 
    235235