summaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-05 07:39:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-05 07:39:21 +0000
commit04ed051d4128f17af30186249e368acbf9a766a8 (patch)
tree50bb59ec8cd62f01906d4b0554584cb103b84887 /regint.h
parent7debbe54312dbbb57757754432fa8f1f63a31304 (diff)
downloadruby-04ed051d4128f17af30186249e368acbf9a766a8.tar.gz
ruby-04ed051d4128f17af30186249e368acbf9a766a8.tar.xz
ruby-04ed051d4128f17af30186249e368acbf9a766a8.zip
* include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 has
stdint.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/regint.h b/regint.h
index e6c499ac7..b9bb3b89b 100644
--- a/regint.h
+++ b/regint.h
@@ -217,14 +217,8 @@
#include <ctype.h>
#ifdef HAVE_SYS_TYPES_H
-#ifndef __BORLANDC__
#include <sys/types.h>
#endif
-#endif
-
-#ifdef __BORLANDC__
-#include <malloc.h>
-#endif
#ifdef ONIG_DEBUG
# include <stdio.h>