]> git.tdb.fi Git - libs/gl.git/commit
Do not clear previous assignments on assignment to array subscript
authorMikko Rasa <tdb@tdb.fi>
Fri, 7 Jun 2019 19:18:05 +0000 (22:18 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 7 Jun 2019 19:18:05 +0000 (22:18 +0300)
commitc5f011ef508d580f332e4bd6065a013b24de8840
tree72288e624549cb06a747ddea785c67beab3f6c40
parent4e4a3514961d130045619ea74d0bbab71580838c
Do not clear previous assignments on assignment to array subscript

It makes manual array impossible if the previous elements are thrown
away.
source/programcompiler.cpp
source/programcompiler.h