comparison include/SDL_config_iphoneos.h @ 3654:336f3df1578d

Allow configure to override assertion settings, but by default this comes from the build optimization level.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 08:06:32 +0000
parents 1e74d7984d0b
children f7b03b6838cb
comparison
equal deleted inserted replaced
3653:1cd9f7117b98 3654:336f3df1578d
22 22
23 #ifndef _SDL_config_iphoneos_h 23 #ifndef _SDL_config_iphoneos_h
24 #define _SDL_config_iphoneos_h 24 #define _SDL_config_iphoneos_h
25 25
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27
28 /* SDL internal assertion support */
29 #define SDL_DEFAULT_ASSERT_LEVEL 1
30 27
31 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 28 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
32 typedef signed char int8_t; 29 typedef signed char int8_t;
33 typedef unsigned char uint8_t; 30 typedef unsigned char uint8_t;
34 typedef signed short int16_t; 31 typedef signed short int16_t;