mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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:
parent
6ecb14df2c
commit
b1431ce427
3 changed files with 13 additions and 0 deletions
3
dmydln.c
3
dmydln.c
|
@ -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 *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue