Add comments to dmydln.c, dmyenc.c, and dmyext.c

They are used conditionally in miniruby, dynamically-linked ruby, and
statically-linked ruby (--with-static-linked-ext).
I asked @nobu about the conditions. and I leave comments because the
conditions are insanely difficult.
This commit is contained in:
Yusuke Endoh 2024-02-21 17:14:49 +09:00
parent 6ecb14df2c
commit b1431ce427
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// This file is used by miniruby, not ruby.
// ruby uses dln.c.
#include "ruby/ruby.h"
NORETURN(void *dln_load(const char *));