compiler.h: clang actually has long long

This commit is contained in:
YAMAMOTO Takashi
2020-02-13 18:12:45 +09:00
committed by patacongo
parent 1382ea5447
commit c1a32fb9dd
+1 -5
View File
@@ -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