commit | 6c7062221b7582c5d41acdb7a1d865ca629707ed | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Nov 13 05:20:37 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 13 05:20:38 2014 +0000 |
tree | 0ee0a10266b48fa2e85aa0c368594ad84015c8d4 | |
parent | 957037dc40c7be54e7ffa6f56cca48e9db31dc7b [diff] | |
parent | 0e3a0fcb9523ee2615829f9e1cba7eec0cb460ae [diff] |
Merge "Remove HAVE_SHORT_ENUMS."
diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 1f103e4..f65b7ca 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h
@@ -150,11 +150,6 @@ #define ARCH_MIPS 1 /* - * Define if the size of enums is as short as possible, - */ -/* #define HAVE_SHORT_ENUMS */ - -/* * sprintf() format string for shared library naming. */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 495f1fa..c36a2d3 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h
@@ -140,11 +140,6 @@ #define ARCH_MIPS64 1 /* - * Define if the size of enums is as short as possible, - */ -/* #define HAVE_SHORT_ENUMS */ - -/* * sprintf() format string for shared library naming. */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so"