Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
includes: work around CLANG_PREREQ() double-definition
Right now when doing test builds with clang, we wind up getting an error from two different definitions of CLANG_PREREQ() in the headers. It might be that we can just rip one of these out, but for now I'm just making one of them conditional. Signed-off-by: Peter Jones <[email protected]>
- Loading branch information