]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
when finishing an array-indexing operation the parser now calls rotate_entfield_array...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 12 Nov 2012 23:39:39 +0000 (00:39 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 12 Nov 2012 23:39:39 +0000 (00:39 +0100)
commitb0326c66ed5da46c3d895cde52e7af65a8b68abd
tree6f334b619f97ffdfeb6134157b2bb518f9f26283
parent6044079528d89c4559fad2346b04e539b67ba1aa
when finishing an array-indexing operation the parser now calls rotate_entfield_array_index_nodes to fixup 'ent.foo[n]' to become 'ent.(foo[n])'
parser.c