From: Rusty Russell Date: Thu, 28 Feb 2008 02:38:35 +0000 (+1100) Subject: More attributes for typesafe_cb. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=df4e8e9de831f87791e9d57f0451bbf50e6a43f7 More attributes for typesafe_cb. --- diff --git a/config.h b/config.h index e94cdaea..030a2382 100644 --- a/config.h +++ b/config.h @@ -3,3 +3,5 @@ #define HAVE_STATEMENT_EXPR 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_ATTRIBUTE_PRINTF 1 +#define HAVE_BUILTIN_TYPES_COMPATIBLE_P 1 +#define HAVE_BUILTIN_CHOOSE_EXPR 1