commit | fc53c8e02183b61a9df0224de1d7016fb52960ba | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Apr 24 13:03:03 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Apr 25 11:54:28 2023 -0600 |
tree | 9544283bd5820c8acd59a7108ed1051c800299ae | |
parent | 8f5cd47bee6c07c33aeda758d8d8db5f81ae03e7 [diff] |
Remove some "goto"s from parse.c parser_state::push_dollar has some unnecessary "goto"s. Replacing them cleans up the code. Regression tested on x86-64 Fedora 36. Approved-By: Simon Marchi <simon.marchi@efficios.com>