summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-11 04:08:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-11 04:08:26 +0000
commitaa6ca26e8bdb71795582d9f0d511cf370f9fe585 (patch)
tree10c640d361de508fadef5d48ad9c99e0f6f1ed1f /regex.c
parentd06019757b4776fbebecb10108ab34ddb199a197 (diff)
19991111
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/regex.c b/regex.c
index 8634dfe90c..9988be2d2a 100644
--- a/regex.c
+++ b/regex.c
@@ -48,13 +48,6 @@
# include <sys/types.h>
#endif
-#if defined(STDC_HEADERS)
-# include <stddef.h>
-#else
-/* We need this for `regex.h', and perhaps for the Emacs include files. */
-# include <sys/types.h>
-#endif
-
#ifndef __STDC__
# define volatile
#endif