X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=1f0601b5871f859a5dc771f6566f9311644d355d;hb=2c097a6afe55d7be2e52cee75403b09043057b0d;hp=06306743fb7945b5f2783c70663bf11ff4a04828;hpb=405c00de24374c282adb1116551a833b8130d76d;p=libs%2Fgl.git 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();