We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wundef
1 parent b23c506 commit 727b2a2Copy full SHA for 727b2a2
ext/digest/digest.h
@@ -76,7 +76,7 @@ rb_id_metadata(void)
76
static inline VALUE
77
rb_digest_make_metadata(const rb_digest_metadata_t *meta)
78
{
79
-#if EXTSTATIC
+#if defined(EXTSTATIC) && EXTSTATIC
80
/* The extension is built as a static library, so safe to refer to
81
* rb_digest_wrap_metadata directly. */
82
extern VALUE rb_digest_wrap_metadata(const rb_digest_metadata_t *meta);
0 commit comments