]> git.xonotic.org Git - xonotic/gmqcc.git/commit
don't just store a 'bool constant' in the ast/ir, store the complete qualifier: ...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 30 Nov 2012 12:47:28 +0000 (13:47 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 30 Nov 2012 12:47:28 +0000 (13:47 +0100)
commit5e23e8296d1d82df528481e04262a9e3afb38908
tree05f97518e88e94d9b4cc2df93a251dbadbc8d94c
parent8e043c84474c4f801a0ac3660c924b80743cd780
don't just store a 'bool constant' in the ast/ir, store the complete qualifier: 'int cvq', moved CV_ defines into gmqcc.h
ast.c
ast.h
gmqcc.h
ir.c
ir.h
parser.c