mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
c++: simplify a default construction
* data/lalr1.cc (yytnamerr_): here.
This commit is contained in:
@@ -522,7 +522,7 @@ m4_if(b4_prefix, [yy], [],
|
||||
{
|
||||
if (*yystr == '"')
|
||||
{
|
||||
std::string yyr = "";
|
||||
std::string yyr;
|
||||
char const *yyp = yystr;
|
||||
|
||||
for (;;)
|
||||
|
||||
Reference in New Issue
Block a user