]> git.xonotic.org Git - xonotic/gmqcc.git/commit
move the member-of check for '.' to after applying the previous dot operators so...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 17:42:38 +0000 (19:42 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 17:42:38 +0000 (19:42 +0200)
commitd88e3e8f2416ddcb314a7e52391d70bbeb36c082
tree6422b3952f79944bcf4765486c8a0674f73793f9
parent0d4e6a2ee8d09254c4fc0271a7eaa78680b62ae4
move the member-of check for '.' to after applying the previous dot operators so we don't need parens around 'a.b' of 'a.b.c = x'
data/functions.qc
parser.c