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