summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-05-01 23:25:30 +0000
committerSteve Peters <steve@fisharerojo.org>2006-05-01 23:25:30 +0000
commit74d5ed12f2c8cab97d22a9affcb3e8e87bad2b7b (patch)
tree27dbb4ce2e86189b8ef20a73d865809ce0b246c5 /pp_ctl.c
parenta6fd7f3f0e271856b7ecf5cd1e2906924a6b206a (diff)
downloadperl-74d5ed12f2c8cab97d22a9affcb3e8e87bad2b7b.tar.gz
Reverting context removal from change #27992. This should
clear up threaded builds on Win32 and VMS. p4raw-link: @27992 on //depot/perl: df528165173896ed88fc3da7e1aa8bc3ef3b2416 p4raw-id: //depot/perl@28041
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index f88d401b6a..8ade9c3fb8 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3026,7 +3026,7 @@ S_doeval(pTHX_ int gimme, OP** startop, CV* outside, U32 seq)
}
STATIC PerlIO *
-S_check_type_and_open(const char *name, const char *mode)
+S_check_type_and_open(pTHX_ const char *name, const char *mode)
{
Stat_t st;
const int st_rc = PerlLIO_stat(name, &st);