Messages in this thread |  | | From | Masahiro Yamada <> | Date | Mon, 17 Oct 2016 11:10:08 +0900 | Subject | Re: [PATCH] kconfig.h: remove config_enabled() macro |
| |
Hi Peter.
2016-10-17 3:44 GMT+09:00 <hpa@zytor.com>: > > How is __is_defined() different from defined()?
defined() can be used only in pre-processor's #if context, like
#if defined(FOO) ... #endif
__is_defined() can be used more flexibly.
-- Best Regards Masahiro Yamada
|  |