X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgo-exp.y;h=936d507c374957a497e350bb0b4ffb5fd9076684;hb=86a73007627a3c52d1c624ed430ac0e74fb8cc3e;hp=a96e65534fdf5ec96a0b0da5eeb9da83d07223b9;hpb=4e6fe7477a4e9260777cbaa01f70df7ae5f063bb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/go-exp.y b/gdb/go-exp.y index a96e65534f..936d507c37 100644 --- a/gdb/go-exp.y +++ b/gdb/go-exp.y @@ -1088,7 +1088,7 @@ lex_one_token (struct parser_state *par_state) last_was_structop = 1; goto symbol; /* Nope, must be a symbol. */ } - /* FALL THRU into number case. */ + /* FALL THRU. */ case '0': case '1':