mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 06:41:15 -03:00
Revert "Merge pull request #1317 from pullreq/cpp"
This reverts commit74135c0600, reversing changes made to6d749789ce. See discussion in #1317
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
/** \file parse_tree.cpp
|
||||
*/
|
||||
|
||||
#include "parse_productions.h"
|
||||
#include "tokenizer.h"
|
||||
#include "fallback.h"
|
||||
@@ -990,6 +987,7 @@ void parse_ll_t::accept_tokens(parse_token_t token1, parse_token_t token2)
|
||||
{
|
||||
fprintf(stderr, "Consumed token %ls\n", token1.describe().c_str());
|
||||
}
|
||||
consumed = true;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user