mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: Fixed bug where local variable eclipsed member
This commit is contained in:
parent
586cce2114
commit
35b526957e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ LR0::LR0 ()
|
|||
void LR0::initialize (const Grammar& grammar)
|
||||
{
|
||||
// Obtain the augmented grammar.
|
||||
auto _augmented = grammar.augmented ();
|
||||
_augmented = grammar.augmented ();
|
||||
|
||||
if (_debug)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue