Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
ba9d036
)
Clarify some or exclusive expressions
author
Roberto E. Vargas Caballero <
[email protected]
>
Thu, 8 Nov 2012 16:17:26 +0000
(17:17 +0100)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Thu, 8 Nov 2012 16:17:26 +0000
(17:17 +0100)
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(-)
No differences found