]> git.xonotic.org Git - xonotic/gmqcc.git/commit
first part of parsing TOKEN_DOTS as part of a type when needed; allows declarations...
authorWolfgang Bumiller <wry.git@bumiller.com>
Fri, 11 Oct 2013 12:10:47 +0000 (14:10 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Fri, 11 Oct 2013 12:10:47 +0000 (14:10 +0200)
commit62ac7e99668bdc60fc7d292769673c40b9160e79
treec3a7e73397ec8a1f3be8c971d05f2f7ab70ebeb1
parent3d5fedcf39a3747b33e802303c991f161190d07b
first part of parsing TOKEN_DOTS as part of a type when needed; allows declarations like: ...float x;
parser.c