summaryrefslogtreecommitdiff
path: root/dquote_static.c
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2011-01-29 22:29:53 -0600
committerCraig A. Berry <craigberry@mac.com>2011-01-29 22:29:53 -0600
commit93df2d9c3a4bb4d050da9c3a2da0dbb600df6021 (patch)
tree8e65f49fed1fa88a4a38262c6fb9ed87ef4bea09 /dquote_static.c
parentf273d1e71b9adb1a3c7c0328e241b61d2b3de153 (diff)
downloadperl-93df2d9c3a4bb4d050da9c3a2da0dbb600df6021.tar.gz
S_regcurly needs thread context.
Actually I can't see any reason it actually *needs* thread context, but 881ffab65cdbee2f146ada660e5593bad2e71472 added thread context to the prototype without adding it to the function definition, thus breaking builds with -Dusethreads.
Diffstat (limited to 'dquote_static.c')
-rw-r--r--dquote_static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dquote_static.c b/dquote_static.c
index 532122134e..4cc276fd4d 100644
--- a/dquote_static.c
+++ b/dquote_static.c
@@ -16,7 +16,7 @@
Pulled from regcomp.c.
*/
PERL_STATIC_INLINE I32
-S_regcurly(register const char *s)
+S_regcurly(pTHX_ register const char *s)
{
PERL_ARGS_ASSERT_REGCURLY;