]> git.xonotic.org Git - xonotic/gmqcc.git/commit
data/vars.qc - when declaring a function, and it had a prototype - use the new parame...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 18:16:51 +0000 (20:16 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 18:16:51 +0000 (20:16 +0200)
commit588cd5018f66962aa53159287c6f63b1c1ea15f5
treed9585f972c5df4fa22b8fcc7710a0974ccb47b18
parent99fe673f0a7877e8b502c8832d606697436318da
data/vars.qc - when declaring a function, and it had a prototype - use the new parameter names instead of the ones from the prototype, otherwise things get messy
data/vars.qc [new file with mode: 0644]
parser.c