Changeset 37 for trunk/orca/ovalue.c

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/ovalue.c

    r31 r37  
    12111211        OString* str = orSTRING( a1 ); 
    12121212 
    1213         orCTermStr( str ); 
     1213        orTermCStr( str ); 
    12141214 
    12151215        file = orStrChars( str, a1 );