forked from openkylin/platform_build
Merge "Remove HAVE_SHORT_ENUMS."
This commit is contained in:
commit
6c7062221b
|
@ -149,11 +149,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.
|
||||
*/
|
||||
|
|
|
@ -139,11 +139,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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue