Skip to content

Commit

Permalink
Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Esser committed Feb 10, 2015
1 parent 1863b19 commit 4490f19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lib/swiglabels.swg
Expand Up @@ -106,3 +106,7 @@
# define _SCL_SECURE_NO_DEPRECATE
#endif

/* Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework */
#if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES)
# define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
#endif

0 comments on commit 4490f19

Please sign in to comment.