]> git.xonotic.org Git - xonotic/gmqcc.git/commit
initialize max_param_count to 1 so vararg functions don't try to create an accessor...
authorWolfgang Bumiller <blub@speed.at>
Wed, 16 Jan 2013 08:37:32 +0000 (09:37 +0100)
committerWolfgang Bumiller <blub@speed.at>
Wed, 16 Jan 2013 08:37:32 +0000 (09:37 +0100)
commit0ba8455f6a972499ff71648ac65325be091bab33
treee024015822aca1b3c7c392ac312fea8c1c8ce6e6
parentdfad837f5ba642c85cbd794a9fd7cadb575d6787
initialize max_param_count to 1 so vararg functions don't try to create an accessor for an array of 0 elements...
parser.c