summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-18 19:24:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-18 19:24:55 +0000
commita18d764da5f5c264e6b52b55feff1593eeff9110 (patch)
tree64bd4a8705669203256dfa22a2fe46d026a72eec /toke.c
parentace9070d7d5593e1e5c2e54d138251cb9a931f90 (diff)
downloadperl-a18d764da5f5c264e6b52b55feff1593eeff9110.tar.gz
Fix tokenizer debugging trace for file tests
p4raw-id: //depot/perl@25797
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 ba3fbb1a1a..4970df8aaf 100644
--- a/toke.c
+++ b/toke.c
@@ -3106,7 +3106,7 @@ Perl_yylex(pTHX)
if (ftst) {
PL_last_lop_op = (OPCODE)ftst;
DEBUG_T( { PerlIO_printf(Perl_debug_log,
- "### Saw file test %c\n", (int)ftst);
+ "### Saw file test %c\n", (int)tmp);
} );
FTST(ftst);
}