]> git.xonotic.org Git - xonotic/gmqcc.git/commit
allow initializing shadowed locals outside of -std=gmqcc - in this case it becomes...
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 28 Aug 2013 12:20:33 +0000 (14:20 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 28 Aug 2013 12:20:33 +0000 (14:20 +0200)
commit494c30a23985b8ecb03f83dc567970b155b6d86a
tree44c3a4010c3bc39c73e1f605d103d657245ef8a0
parent71e7db63aaa53312ffeb1aef9bdada3a8ad9bb7e
allow initializing shadowed locals outside of -std=gmqcc - in this case it becomes a regular assignment to the old declaration which is consistent with fteqcc
parser.c