From c1a32fb9ddeb84cc73ce0c3418e75ae4f866edc0 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 13 Feb 2020 18:12:45 +0900 Subject: [PATCH] compiler.h: clang actually has long long --- include/nuttx/compiler.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/nuttx/compiler.h b/include/nuttx/compiler.h index e95f76af21..28e41adf4e 100644 --- a/include/nuttx/compiler.h +++ b/include/nuttx/compiler.h @@ -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