]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
fix: declaring locals with the name of a parameter now treats the parameter as the...
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 11 Sep 2013 09:25:44 +0000 (11:25 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 11 Sep 2013 09:25:44 +0000 (11:25 +0200)
commit35f9aef7295ed20c58aa812e106be921fa7e8acd
tree92a0ac12a7ed149d47b563f3c7eae838efcfb41a
parent46fa12cb265706673927319d07651096e10c5b80
fix: declaring locals with the name of a parameter now treats the parameter as the local's prototype to avoid it being double-freed later
parser.c