summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2012-08-18 16:33:33 +0100
committerNicholas Clark <nick@ccl4.org>2013-09-10 13:45:27 +0200
commit0025012cb645972d48b6dec0555e78b8ab65ffdc (patch)
tree370e737df0b1ff440165814e1ef7bc05be5134fa /perl.h
parentd24a753dbff4dc17504a65c4fd32a2292b85bebd (diff)
downloadperl-0025012cb645972d48b6dec0555e78b8ab65ffdc.tar.gz
Remove defining DIR* to void* on microperl
It's possible some older systems want sys/dir.h rather than dirent.h to define DIR, however this is just a nasty workaround to the actual issue.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl.h b/perl.h
index 5adc8d495a..e3263401db 100644
--- a/perl.h
+++ b/perl.h
@@ -1325,12 +1325,6 @@ EXTERN_C char *crypt(const char *, const char *);
# endif
#endif
-#ifdef PERL_MICRO
-# ifndef DIR
-# define DIR void
-# endif
-#endif
-
#ifdef FPUTS_BOTCH
/* work around botch in SunOS 4.0.1 and 4.0.2 */
# ifndef fputs