mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Get rid of ineffective symbols, lines, constants and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
56cddaf082
commit
8e3721dfa8
7 changed files with 143 additions and 157 deletions
|
@ -8,11 +8,6 @@
|
|||
#include <ruby.h>
|
||||
#include <dlconfig.h>
|
||||
|
||||
#define DL_VERSION "1.2.0"
|
||||
#define DL_MAJOR_VERSION 1
|
||||
#define DL_MINOR_VERSION 2
|
||||
#define DL_PATCH_VERSION 0
|
||||
|
||||
#if defined(HAVE_DLFCN_H)
|
||||
# include <dlfcn.h>
|
||||
# /* some stranger systems may not define all of these */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue