am 9f7e83b4: Merge "c99 bool support" into honeycomb

* commit '9f7e83b4062beba5b3ce7d3693505ec082f7d3f6':
  c99 bool support
This commit is contained in:
Shih-wei Liao
2011-01-19 12:24:01 -08:00
committed by Android Git Automerger

View File

@@ -3,12 +3,7 @@
#define M_PI 3.14159265358979323846264338327950288f /* pi */ #define M_PI 3.14159265358979323846264338327950288f /* pi */
//#include "external/clang/lib/Headers/stdbool.h" #include "stdbool.h"
#define bool _Bool
#define true 1
#define false 0
#define __bool_true_false_are_defined 1
typedef char int8_t; typedef char int8_t;
typedef short int16_t; typedef short int16_t;
typedef int int32_t; typedef int int32_t;