diff options
Diffstat (limited to 'WebKit/android/stlport/stl/config/stl_gcce.h')
| -rw-r--r-- | WebKit/android/stlport/stl/config/stl_gcce.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/WebKit/android/stlport/stl/config/stl_gcce.h b/WebKit/android/stlport/stl/config/stl_gcce.h new file mode 100644 index 0000000..e5f7040 --- /dev/null +++ b/WebKit/android/stlport/stl/config/stl_gcce.h @@ -0,0 +1,20 @@ +#ifndef _STLP_WINSCW_H +#define _STLP_WINSCW_H + +#define _STLP_COMPILER "GCCE" + +//========================================================== + +# define _STLP_LONG_LONG long long + +#ifdef _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT +# undef _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT +#endif + +#ifdef _STLP_NO_UNEXPECTED_EXCEPT_SUPPORT +# undef _STLP_NO_UNEXPECTED_EXCEPT_SUPPORT +#endif + +//========================================================== + +#endif |
