]> The Tcpdump Group git mirrors - tcpdump/commit
Make the tests a bit easier to read.
authorGuy Harris <[email protected]>
Wed, 11 Aug 2021 08:05:52 +0000 (01:05 -0700)
committerGuy Harris <[email protected]>
Wed, 11 Aug 2021 08:05:52 +0000 (01:05 -0700)
commit1912902e96bcb1729d58225541c5e5b75345886a
tree9c565ad9703311e6d3bb63c020a45ccfdb5709c1
parentf139f17ba91ac60b36a0db424db01fbedf23a798
Make the tests a bit easier to read.

Add comments and indentation.

Handle XL C a bit more like the other compilers.  Make the first test be
"is this someting that's not XL C", as is the case for other compilers;
that test is done as "are both __xlC__ and __ibmxl__ undefined".  If
either of them are defined, use __ibmxl_version__ if __ibmxl__ is
defined, and use __xlC__ otherwise.
compiler-tests.h