mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
parent
b23c5063e8
commit
727b2a2999
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ rb_id_metadata(void)
|
||||||
static inline VALUE
|
static inline VALUE
|
||||||
rb_digest_make_metadata(const rb_digest_metadata_t *meta)
|
rb_digest_make_metadata(const rb_digest_metadata_t *meta)
|
||||||
{
|
{
|
||||||
#if EXTSTATIC
|
#if defined(EXTSTATIC) && EXTSTATIC
|
||||||
/* The extension is built as a static library, so safe to refer to
|
/* The extension is built as a static library, so safe to refer to
|
||||||
* rb_digest_wrap_metadata directly. */
|
* rb_digest_wrap_metadata directly. */
|
||||||
extern VALUE rb_digest_wrap_metadata(const rb_digest_metadata_t *meta);
|
extern VALUE rb_digest_wrap_metadata(const rb_digest_metadata_t *meta);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue