Skip to content

Commit

Permalink
Merge pull request #219 from mikkoi/fix-macro-definition
Browse files Browse the repository at this point in the history
Fix missing macro undefinition
  • Loading branch information
brarcher authored Sep 3, 2019
2 parents c11097e + e403e78 commit 982c33a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/check.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ CK_CPPSTART
#define CK_ATTRIBUTE_NORETURN
#endif /* GCC 2.5 */

#undef GCC_VERSION_AT_LEAST

#include <sys/types.h>

#if defined(_MSC_VER)
Expand Down

0 comments on commit 982c33a

Please sign in to comment.