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
@ -11,19 +11,11 @@
|
||||
|
||||
#ifdef RUBY_EXPORT
|
||||
#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_arg
|
||||
#else
|
||||
#define dln_notimplement --->>> dln not implemented <<<---
|
||||
#define dln_memerror abort
|
||||
#define dln_exit exit
|
||||
#define dln_warning fprintf
|
||||
#define dln_warning_arg stderr,
|
||||
static void dln_loaderror(const char *format, ...);
|
||||
#endif
|
||||
#include "dln.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user