pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
ba9d036
)
Clarify some or exclusive expressions
author
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Thu, 8 Nov 2012 16:17:26 +0000
(17:17 +0100)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
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