#include /** alternative spelling for |= **/ #define or_eq |= /*** provides an alternative means of specifying the binary bitwise-OR and assign operator (OPERATOR(|=)). ***/ /* VALUE_FIXED(OPERATOR(|=)) STDC(199409) */