From: Steve Peters Date: Tue, 2 Jan 2007 00:07:52 +0000 (+0000) Subject: Quiet a smoke warning in toke.c and bump the copyright year. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ef55633ec162e15cc77d16a7154bf022d691dbc;p=p5sagit%2Fp5-mst-13.2.git Quiet a smoke warning in toke.c and bump the copyright year. p4raw-id: //depot/perl@29654 --- diff --git a/toke.c b/toke.c index db265b3..0a63cb6 100644 --- a/toke.c +++ b/toke.c @@ -1,7 +1,7 @@ /* toke.c * * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others + * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -581,7 +581,7 @@ void Perl_lex_start(pTHX_ SV *line) { dVAR; - const char *s; + const char *s = NULL; STRLEN len; yy_parser *parser;