xo-reader2: revert c++23 feature, to keep osx clang build
This commit is contained in:
parent
f08403bfe3
commit
315c066734
14 changed files with 57 additions and 63 deletions
|
|
@ -261,10 +261,12 @@ namespace xo {
|
|||
**/
|
||||
DLocalSymtab * local_symtab_ = nullptr;
|
||||
|
||||
#ifdef NOT_YET
|
||||
/** global symbol table.
|
||||
* Toplevel definitions go here.
|
||||
**/
|
||||
DGlobalSymtab * global_symtab_ = nullptr;
|
||||
#endif
|
||||
|
||||
/** current output from parser **/
|
||||
ParserResult result_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue