mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
dln_find.c: unused macros
* dln_find.c: remove unused macros. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
012dc9d099
commit
d8069572f8
1 changed files with 0 additions and 8 deletions
|
@ -11,19 +11,11 @@
|
||||||
|
|
||||||
#ifdef RUBY_EXPORT
|
#ifdef RUBY_EXPORT
|
||||||
#include "ruby/ruby.h"
|
#include "ruby/ruby.h"
|
||||||
#define dln_notimplement rb_notimplement
|
|
||||||
#define dln_memerror rb_memerror
|
|
||||||
#define dln_exit rb_exit
|
|
||||||
#define dln_loaderror rb_loaderror
|
|
||||||
#define dln_warning rb_warning
|
#define dln_warning rb_warning
|
||||||
#define dln_warning_arg
|
#define dln_warning_arg
|
||||||
#else
|
#else
|
||||||
#define dln_notimplement --->>> dln not implemented <<<---
|
|
||||||
#define dln_memerror abort
|
|
||||||
#define dln_exit exit
|
|
||||||
#define dln_warning fprintf
|
#define dln_warning fprintf
|
||||||
#define dln_warning_arg stderr,
|
#define dln_warning_arg stderr,
|
||||||
static void dln_loaderror(const char *format, ...);
|
|
||||||
#endif
|
#endif
|
||||||
#include "dln.h"
|
#include "dln.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue