c++: simplify a default construction

* data/lalr1.cc (yytnamerr_): here.
This commit is contained in:
Akim Demaille
2018-11-10 16:59:09 +01:00
parent 3d601616da
commit 2deb687446

View File

@@ -522,7 +522,7 @@ m4_if(b4_prefix, [yy], [],
{ {
if (*yystr == '"') if (*yystr == '"')
{ {
std::string yyr = ""; std::string yyr;
char const *yyp = yystr; char const *yyp = yystr;
for (;;) for (;;)