]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
added 'var' to the keywords when not in -std=qcc, supporting 'var .float x;' in globa...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 10 Nov 2012 11:10:30 +0000 (12:10 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 09:13:00 +0000 (10:13 +0100)
commitfe05d5afd9893d176d3283306404a9767323d1b5
tree4b19a4736476e5bad5102d8d96118529725cdbbc
parent76b21ad1925b935a18ca272633dbb067e8993a4a
added 'var' to the keywords when not in -std=qcc, supporting 'var .float x;' in global-scope to declare a field-pointer variable without creating a field of that name
lexer.c
parser.c