yy::]b4_parser_class_name[::translate_,
yy::Stack::operator[] (unsigned),
yy::Stack::operator[] (unsigned) const,
yy::Slice::operator[] (unsigned),
yy::Slice::operator[] (unsigned) const):
Rename local vars to avoid warnings.
if (count < 5)
{
count = 0;
if (count < 5)
{
count = 0;
- for (int x = xbegin; x < xend; ++x)
- if (check_[x + n_] == x && x != terror_)
+ for (int x1 = xbegin; x1 < xend; ++x1)
+ if (check_[x1 + n_] == x1 && x1 != terror_)
{
message += (!count++) ? ", expecting " : " or ";
{
message += (!count++) ? ", expecting " : " or ";
{
static
const TokenNumberType
{
static
const TokenNumberType
{
]b4_translate[
};
if ((unsigned) token <= user_token_number_max_)
{
]b4_translate[
};
if ((unsigned) token <= user_token_number_max_)
- return translate_[token];
+ return translate_table[token];
else
return undef_token_;
}
else
return undef_token_;
}
- operator [] (unsigned index)
+ operator [] (unsigned i)
- operator [] (unsigned index) const
+ operator [] (unsigned i) const
- operator [] (unsigned index) const
+ operator [] (unsigned i) const
- return stack_[range_ - index];
+ return stack_[range_ - i];