aboutsummaryrefslogtreecommitdiffstats
path: root/dln.h
diff options
context:
space:
mode:
Diffstat (limited to 'dln.h')
-rw-r--r--dln.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/dln.h b/dln.h
index d98b2607e2..e4beb27e16 100644
--- a/dln.h
+++ b/dln.h
@@ -12,21 +12,8 @@
#ifndef DLN_H
#define DLN_H
-#ifdef __cplusplus
-# ifndef HAVE_PROTOTYPES
-# define HAVE_PROTOTYPES 1
-# endif
-# ifndef HAVE_STDARG_PROTOTYPES
-# define HAVE_STDARG_PROTOTYPES 1
-# endif
-#endif
-
#undef _
-#ifdef HAVE_PROTOTYPES
-# define _(args) args
-#else
-# define _(args) ()
-#endif
+#define _(args) args
RUBY_SYMBOL_EXPORT_BEGIN