mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-01 23:41:19 +08:00
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.