summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-01 15:00:15 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-01 15:00:15 +0000
commitcc6ed77d04bf16cb06af8602b4d69f01bf68bd79 (patch)
tree26c572ce8df0d7e0f4b2fe038b3c7858b28a311b /toke.c
parent04cd59d6b048a525c3fb8126184bf470c6ae713e (diff)
downloadperl-cc6ed77d04bf16cb06af8602b4d69f01bf68bd79.tar.gz
Oops, fix threaded build
p4raw-id: //depot/perl@25346
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index cb2c589e94..ae39bcf152 100644
--- a/toke.c
+++ b/toke.c
@@ -2294,7 +2294,7 @@ S_find_in_my_stash(pTHX_ const char *pkgname, I32 len)
}
STATIC char *
-S_tokenize_use(int is_use, char *s) {
+S_tokenize_use(pTHX_ int is_use, char *s) {
if (PL_expect != XSTATE)
yyerror(Perl_form(aTHX_ "\"%s\" not allowed in expression",
is_use ? "use" : "no"));