summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-19 15:54:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-19 15:54:04 +0000
commit9a34ef1dede5fef4f3211de7a12cc37f4645a3bd (patch)
tree8da787182ae843967c47e779685b499b0074d253 /toke.c
parent67398a75376ae8069b240ba2953215647f70366c (diff)
downloadperl-9a34ef1dede5fef4f3211de7a12cc37f4645a3bd.tar.gz
some rearrangement of the includes for easier "microperl" build;
add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk> p4raw-id: //depot/perl@5143
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/toke.c b/toke.c
index d978140f4a..df9d6a1bcf 100644
--- a/toke.c
+++ b/toke.c
@@ -58,13 +58,6 @@ static void restore_rsfp(pTHXo_ void *f);
#define LEX_FORMLINE 1
#define LEX_KNOWNEXT 0
-#ifdef I_FCNTL
-#include <fcntl.h>
-#endif
-#ifdef I_SYS_FILE
-#include <sys/file.h>
-#endif
-
/* XXX If this causes problems, set i_unistd=undef in the hint file. */
#ifdef I_UNISTD
# include <unistd.h> /* Needed for execv() */