]> Savannah Git Hosting - gnulib.git/commit
argp: Simplify bit manipulation.
authorBruno Haible <bruno@clisp.org>
Sun, 21 May 2017 00:46:18 +0000 (02:46 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 21 May 2017 00:46:18 +0000 (02:46 +0200)
commit88033d3779362aad8fd11345636d9578f94c14d7
treea9eecc3e2b8339b0a1537339a17e0869568dbd05
parent9c6d8d0b4630263a90dde69356379af7cb5c7592
argp: Simplify bit manipulation.

* lib/argp-parse.c (parser_parse_opt): Use &, |, ~ instead of shifts
on a signed integer type.
ChangeLog
lib/argp-parse.c