X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9ca7f077a0a5ecdd00c5945c7a7bd3cf46e23c13..a3d760ef5d7d9bcab78268f5117c39566aa0345c:/etc/bench.pl.in diff --git a/etc/bench.pl.in b/etc/bench.pl.in index b008b0bc..8579ca59 100755 --- a/etc/bench.pl.in +++ b/etc/bench.pl.in @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008-2010 Free Software Foundation, Inc. # # This file is part of Bison, the GNU Compiler Compiler. # @@ -270,9 +270,7 @@ yylex (void) /* Skip white space. */ while ((c = get_char ()) == ' ' || c == '\t') - { - - } + continue; /* process numbers */ if (c == '.' || isdigit (c))