Changeset 37 for trunk/orca/win32

Show
Ignore:
Timestamp:
02/09/06 15:37:17 (3 years ago)
Author:
krobillard
Message:

Added a few member access macros.
Renamed orCTermStr as orTermCStr.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/win32/os.c

    r1 r37  
    198198 
    199199    str = orSTRING( a1 ); 
    200     orCTermStr( str ); 
     200    orTermCStr( str ); 
    201201    cp  = orStrChars( str, a1 ); 
    202202 
     
    295295 
    296296    str = orSTRING( a1 ); 
    297     orCTermStr( str ); 
     297    orTermCStr( str ); 
    298298    cp  = orStrChars( str, a1 ); 
    299299