From: Roberto E. Vargas Caballero Date: Thu, 8 Nov 2012 16:17:26 +0000 (+0100) Subject: Clarify some or exclusive expressions X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=ba9d0365ac7e138b643d7179457f8465a1dc1191;hp=ba9d0365ac7e138b643d7179457f8465a1dc1191;p=st.git Clarify some or exclusive expressions Since relational expresions are always evaluated to 0 or 1, we can use bitwise xor operator instead of using more complex boolean expressions. --- st.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---