]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
builtins are generally not declared const, so don't expect CV_CONST, otherwise we...
authorWolfgang Bumiller <blub@speed.at>
Sat, 12 Jan 2013 12:52:42 +0000 (13:52 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sat, 12 Jan 2013 12:52:42 +0000 (13:52 +0100)
commit1861660585a9c0f786ccb8887ef109dfb1e034b2
treeca51c71af4fdae4dd125a6c865d0f06eba48fc85
parentc10d127fd738deeffc57732bbad57a2c6a5f2dfc
builtins are generally not declared const, so don't expect CV_CONST, otherwise we write out va_count for builtin calls as well...
parser.c