compiler.h: clang actually has long long
This commit is contained in:
parent
1382ea5447
commit
c1a32fb9dd
1 changed files with 1 additions and 5 deletions
|
|
@ -293,11 +293,7 @@
|
|||
# define CONFIG_HAVE_ANONYMOUS_UNION 1
|
||||
# endif
|
||||
|
||||
/* GCC supports both types double and long long */
|
||||
|
||||
# ifndef __clang__
|
||||
# define CONFIG_HAVE_LONG_LONG 1
|
||||
# endif
|
||||
# define CONFIG_HAVE_LONG_LONG 1
|
||||
# define CONFIG_HAVE_FLOAT 1
|
||||
# define CONFIG_HAVE_DOUBLE 1
|
||||
# define CONFIG_HAVE_LONG_DOUBLE 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue