aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-25 17:00:14 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-25 17:00:14 -0500
commit512cebadad978e1f5ef87081f15bd25f8b7a4a7e (patch)
treefffe72a8dd44d05937483a79399a15c710eaf1d5 /.gitignore
parentf0b5f87eab1845cc54fadb50aa61ee497d4d8460 (diff)
downloadtor-512cebadad978e1f5ef87081f15bd25f8b7a4a7e.tar
tor-512cebadad978e1f5ef87081f15bd25f8b7a4a7e.tar.gz
For integers, if !(E<G), then we can infer that E>=G.
This means that "if (E<G) {abc} else if (E>=G) {def}" can be replaced with "if (E<G) {abc} else {def}" Doing the second test explicitly made my mingw gcc nervous that we might never be initializing casename.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions