[hackers] [scc] [cc1] Remove unused label in string() || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Mon, 6 Mar 2017 14:24:40 +0100 (CET)

commit 428c61c2d29f81566dc0f5f759fc6e2955c9a976
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Mar 6 14:24:10 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Mar 6 14:24:10 2017 +0100

    [cc1] Remove unused label in string()

diff --git a/cc1/lex.c b/cc1/lex.c
index eab2a52..2b0bf05 100644
--- a/cc1/lex.c
+++ b/cc1/lex.c
_AT_@ -530,7 +530,6 @@ string(void)
         char *bp = yytext, c;
 
         *bp++ = '"';
-repeat:
         for (++input->p; (c = *input->p) != '"'; ++input->p) {
                 if (c == '\0') {
                         errorp("missing terminating '\"' character");
Received on Mon Mar 06 2017 - 14:24:40 CET

This archive was generated by hypermail 2.3.0 : Mon Mar 06 2017 - 14:36:56 CET