Changeset 290553a for libcfa/src/concurrency/snzi.hfa
- Timestamp:
- Oct 14, 2020, 10:57:02 AM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0b18db7
- Parents:
- b3f9684c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/snzi.hfa
rb3f9684c r290553a 36 36 static inline void depart( __snzi_node_t & ); 37 37 38 #define __snzi_half -1 38 static const int __snzi_half = -1; 39 39 40 40 //--------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.