K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-11-13T03:00:32.240696Z K 7 svn:log V 391 ssp: rework the logic to use priority=200 on clang builds The preproc logic was added at the last minute to appease GCC 4.2, and kevans@ did clearly not go back and double-check that the logic worked out for clang builds to use the new variant. It turns out that clang defines __GNUC__ == 4. Flip it around and check __clang__ as well, leaving a note to remove it later. Reported by: cem END