X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=1f0601b5871f859a5dc771f6566f9311644d355d;hp=06306743fb7945b5f2783c70663bf11ff4a04828;hb=c5f011ef508d580f332e4bd6065a013b24de8840;hpb=4e4a3514961d130045619ea74d0bbab71580838c diff --git a/source/programcompiler.h b/source/programcompiler.h index 06306743..1f0601b5 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -279,6 +279,7 @@ private: std::vector variables; ProgramSyntax::Assignment *assignment; bool assignment_target; + bool assign_to_subscript; bool global_scope; UnusedVariableLocator();