]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
an = before an { is also always required when the declared variable is not a function...
authorWolfgang Bumiller <wry.git@bumiller.com>
Fri, 26 Apr 2013 08:31:38 +0000 (10:31 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Fri, 26 Apr 2013 08:31:38 +0000 (10:31 +0200)
commitb3e9ef3ad9f8f9aee8c3472efd2c4485dc684718
tree6e6c9b5b3d53839b41a8c57e1bd89d1cdb551a9d
parent1077eb20617f8df758baf17951f3594270ebd0c1
an = before an { is also always required when the declared variable is not a function; adding because of planned array initializers
parser.c