mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
```
find . -name \*.o -exec nm {} + |&
sed '/Init_.*\.rbimpl_id/!d;s/^.* b //;s/\.[1-9][0-9]*$//;s/\.rbimpl_id$//' |
uniq
```
should be empty.
|
||
|---|---|---|
| .. | ||
| capacity.c | ||
| coderange.c | ||
| cstr.c | ||
| depend | ||
| ellipsize.c | ||
| enc_associate.c | ||
| enc_str_buf_cat.c | ||
| extconf.rb | ||
| fstring.c | ||
| init.c | ||
| modify.c | ||
| new.c | ||
| nofree.c | ||
| normalize.c | ||
| qsort.c | ||
| rb_str_dup.c | ||
| set_len.c | ||