diff options
author | David Leadbeater <dgl@dgl.cx> | 2012-08-18 16:33:33 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-09-10 13:45:27 +0200 |
commit | 0025012cb645972d48b6dec0555e78b8ab65ffdc (patch) | |
tree | 370e737df0b1ff440165814e1ef7bc05be5134fa /perl.h | |
parent | d24a753dbff4dc17504a65c4fd32a2292b85bebd (diff) | |
download | perl-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |