aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/util.h
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-09-11 02:32:06 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-09-11 02:34:10 +0900
commit8fc49d2a86bb2449e526dc78243902b5649960db (patch)
tree2249abc19373cd46cd5363d74f48686e367040bc /include/ruby/util.h
parent3bb183188d5ee8adee9ac36f7983853dc2f1a836 (diff)
downloadruby-8fc49d2a86bb2449e526dc78243902b5649960db.tar.gz
Diffstat (limited to 'include/ruby/util.h')
-rw-r--r--include/ruby/util.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/ruby/util.h b/include/ruby/util.h
index 3b78e467b4..ef1e8fb2b8 100644
--- a/include/ruby/util.h
+++ b/include/ruby/util.h
@@ -25,24 +25,8 @@ extern "C" {
#endif
#ifndef _
-#ifdef __cplusplus
-# ifndef HAVE_PROTOTYPES
-# define HAVE_PROTOTYPES 1
-# endif
-# ifndef HAVE_STDARG_PROTOTYPES
-# define HAVE_STDARG_PROTOTYPES 1
-# endif
-#endif
-#ifdef HAVE_PROTOTYPES
# define _(args) args
-#else
-# define _(args) ()
-#endif
-#ifdef HAVE_STDARG_PROTOTYPES
# define __(args) args
-#else
-# define __(args) ()
-#endif
#endif
RUBY_SYMBOL_EXPORT_BEGIN