diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-02-16 07:25:36 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-17 16:40:07 +0000 |
commit | 9cbac4c72b52b6fc0e8ad9e0050c6aa0b905a8e7 (patch) | |
tree | 28d87cc28cbc8a6b13a2d131306618d4356fc771 /toke.c | |
parent | 675d96b54a60143fa8ba5fa0a3543e6041006509 (diff) | |
download | perl-9cbac4c72b52b6fc0e8ad9e0050c6aa0b905a8e7.tar.gz |
[patch] -Wall
Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
p4raw-id: //depot/perl@8815
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6277,8 +6277,6 @@ S_scan_trans(pTHX_ char *start) I32 squash; I32 del; I32 complement; - I32 utf8; - I32 count = 0; yylval.ival = OP_NULL; |