Changeset 39 for trunk/orca/op.c
- Timestamp:
- 02/10/06 14:58:15 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/op.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/op.c
r38 r39 505 505 Returns CMP_ value. 506 506 */ 507 static int compareValue( OValue* a,OValue* b )507 static int compareValue( const OValue* a, const OValue* b ) 508 508 { 509 509 if( a->type == OT_INTEGER ) … … 689 689 690 690 691 static int orTypeEqual( OValue* a,OValue* b )691 static int orTypeEqual( const OValue* a, const OValue* b ) 692 692 { 693 693 int logic = 0; … … 744 744 745 745 746 int orEqual( OValue* a,OValue* b )746 int orEqual( const OValue* a, const OValue* b ) 747 747 { 748 748 if( a->type == OT_INTEGER )
