Mercurial > sdl-ios-xcode
diff include/SDL_config_iphoneos.h @ 3649:1e74d7984d0b
The config sets the default assertion level so people can override it for their own use in application code.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 07:25:28 +0000 |
parents | c5925cd41955 |
children | 336f3df1578d |
line wrap: on
line diff
--- a/include/SDL_config_iphoneos.h Wed Jan 13 07:00:20 2010 +0000 +++ b/include/SDL_config_iphoneos.h Wed Jan 13 07:25:28 2010 +0000 @@ -26,7 +26,7 @@ #include "SDL_platform.h" /* SDL internal assertion support */ -#define SDL_ASSERT_LEVEL 1 +#define SDL_DEFAULT_ASSERT_LEVEL 1 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) typedef signed char int8_t;