Changeset 428 for branches/thune/thread_safe/component.c
- Timestamp:
- 07/07/07 23:25:19 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/component.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/component.c
r425 r428 20 20 21 21 #include "internal.h" 22 #include "component.h" 22 23 #include "urlan_atoms.h" 23 24 25 // Component Count Accessors26 #define ur_ccIn(cell) (cell)->coord.elem[0]27 #define ur_ccOut(cell) (cell)->coord.elem[1]28 #define ur_ccLoc(cell) (cell)->coord.elem[2]29 #define ur_ccMask(cell) (cell)->coord.elem[3]30 24 31 25 … … 124 118 return 0; //sigN; 125 119 } 126 127 128 /**129 void ur_cloneComponent( UThread* ut, UCell* result, UCell* proto )130 {131 (void) ut;132 (void) result;133 (void) proto;134 }135 */136 120 137 121
