X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=f1ea165296b49f5fc122cbc344a6b37693dd182f;hb=78cec1556c85db6beb4f3d9f918b5a1f421719ef;hp=34b64b557ca29a9185dc2f5e2aacaa1420bbf325;hpb=96881e56ececfa3f4b0707dc168c687b35d249a0;p=libs%2Fgl.git diff --git a/source/programcompiler.h b/source/programcompiler.h index 34b64b55..f1ea1652 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -100,7 +100,10 @@ private: std::set unused_nodes; std::map assignments; bool assignment; + bool record_target; ProgramSyntax::VariableDeclaration *assignment_target; + bool indeterminate_target; + bool self_referencing; UnusedVariableLocator();