commit | 20b71f5890ee8651983b126c5978594a01e0af96 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Jun 24 15:52:24 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Jun 24 15:52:24 2015 -0700 |
tree | 9ddd6cdd563ce75c4b82be8aff1178e84e8a62b2 | |
parent | 28f3f731a7c8a82c1af570b3d04146584dd8cd3b [diff] |
Subzero: Reduce the amount of #ifdef'd code. Try to make most #ifdef'd code be compiled under all configurations, to catch code rot earlier. When #ifdef code is required, try to use it only to guard trivial code like "return;". BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/1197863003