aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/oniguruma.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/oniguruma.h
parent3bb183188d5ee8adee9ac36f7983853dc2f1a836 (diff)
downloadruby-wip-topic/dont-check-prototype-arg-support.tar.gz
Diffstat (limited to 'include/ruby/oniguruma.h')
-rw-r--r--include/ruby/oniguruma.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/ruby/oniguruma.h b/include/ruby/oniguruma.h
index 1d8a0198d8..f7c38013d0 100644
--- a/include/ruby/oniguruma.h
+++ b/include/ruby/oniguruma.h
@@ -65,19 +65,11 @@ extern "C" {
#endif
#ifndef P_
-#if defined(__STDC__) || defined(_WIN32)
# define P_(args) args
-#else
-# define P_(args) ()
-#endif
#endif
#ifndef PV_
-#ifdef HAVE_STDARG_PROTOTYPES
# define PV_(args) args
-#else
-# define PV_(args) ()
-#endif
#endif
#ifndef ONIG_EXTERN