summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-11-11 08:18:56 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-12 13:35:24 +0000
commit2a49f0f5dac6a94dc40827858cb5adb7ba8941cd (patch)
tree265f662870558dbfe16ca297ab0922bbfac5513a /regcomp.c
parentb8f647c343705be9b25e126b223927e9e99aa8b3 (diff)
downloadperl-2a49f0f5dac6a94dc40827858cb5adb7ba8941cd.tar.gz
(2nd version) small tweaks based on smoke signs
Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi> p4raw-id: //depot/perl@29246
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index e8b76fa7de..46851dde43 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -501,7 +501,7 @@ static const scan_data_t zero_scan_data =
#define Set_Node_Offset_To_R(node,byte) STMT_START { \
if (! SIZE_ONLY) { \
MJD_OFFSET_DEBUG(("** (%d) offset of node %d is %d.\n", \
- __LINE__, (node), (int)(byte))); \
+ __LINE__, (int)(node), (int)(byte))); \
if((node) < 0) { \
Perl_croak(aTHX_ "value of node is %d in Offset macro", (int)(node)); \
} else { \