]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++tools: Make NETWORKING define check consistent [PR 98318]
authorNathan Sidwell <nathan@acm.org>
Thu, 25 Feb 2021 16:30:17 +0000 (08:30 -0800)
committerNathan Sidwell <nathan@acm.org>
Thu, 25 Feb 2021 16:58:26 +0000 (08:58 -0800)
commit9f08c08531b61b68a41c9c5403ec0cc288ae3aba
treea5918bb76626a060c98cedc89823c3e3a858e8e3
parenta47cec4ca7302e65f63490ad7f251c5a469bc0e0
c++tools: Make NETWORKING define check consistent [PR 98318]

PR98318 also pointed out that the NETWORKING #define was being checked
with both #if and #ifdef.  Let's consistently use one form.

c++tools/
* server.cc: Use #if NETWORKING not #ifdef, to be consistent
with elsewhere.
c++tools/server.cc