From 6ef55633ec162e15cc77d16a7154bf022d691dbc Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 2 Jan 2007 00:07:52 +0000 Subject: [PATCH] Quiet a smoke warning in toke.c and bump the copyright year. p4raw-id: //depot/perl@29654 --- toke.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.7.4