X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=db63eb3645d62d39fbb6a8717b28d9735d9b5234;hp=e43b3a2d45c0e1c272976de51abd6c643cff0054;hb=ced18c244f874638dc17ae486802bb3bb01ecf71;hpb=42c783eb553949aae85d5f5b5ea9d0d9776780e1 diff --git a/source/programcompiler.h b/source/programcompiler.h index e43b3a2d..db63eb36 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -262,6 +262,8 @@ private: std::vector assignments; ProgramSyntax::Assignment *assignment; bool assignment_target; + bool iteration; + std::set used_in_iteration; UnusedVariableLocator();