X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fprogramparser.h;fp=source%2Fprogramparser.h;h=1ca1a44c564d7aa8e6e65ed5f37e465b6a3f2340;hb=fd103d76d7546f7e22aefc18c090a844fc67409f;hp=40fdcd89264e60230e019df3f7522303f2028467;hpb=009918a51aa309eeceb6c02ecaebe45e8d357033;p=libs%2Fgl.git diff --git a/source/programparser.h b/source/programparser.h index 40fdcd89..1ca1a44c 100644 --- a/source/programparser.h +++ b/source/programparser.h @@ -41,7 +41,7 @@ private: std::deque next_tokens; ProgramSyntax::Module main_module; ProgramSyntax::Module *cur_module; - ProgramSyntax::Context *cur_context; + ProgramSyntax::Stage *cur_stage; std::set declared_types; static Operator operators[];