diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-03 17:06:04 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-03 17:06:04 +0000 |
commit | fdf5d70d65ee03574d2027e28d2b7ce4eaddfe91 (patch) | |
tree | 93d57baf1fc85295aa5c87e133a029a1544113ea /intrpvar.h | |
parent | a0714e2c8319bd04d1f7d262de652b6b5ec054f7 (diff) | |
download | perl-fdf5d70d65ee03574d2027e28d2b7ce4eaddfe91.tar.gz |
It's actually easier to get rid of PL_fdscript than we thought.
p4raw-id: //depot/perl@27066
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 08551a593c..90f5514418 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -518,7 +518,6 @@ PERLVARI(Irehash_seed_set, bool, FALSE) /* 582 hash initialized? */ /* These two variables are needed to preserve 5.8.x bincompat because we can't change function prototypes of two exported functions. Probably should be taken out of blead soon, and relevant prototypes changed. */ -PERLVARI(Ifdscript, int, -1) /* fd for script */ PERLVARI(Isuidscript, int, -1) /* fd for suid script */ #ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP /* File descriptor to talk to the child which dumps scalars. */ |