]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Introducing TYPE_NOEXPR so that these undefined labels cannot be used on the expressi...
authorWolfgang Bumiller <blub@speed.at>
Thu, 3 Jan 2013 11:49:21 +0000 (12:49 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 3 Jan 2013 11:49:21 +0000 (12:49 +0100)
commitae09831227b2a3f81335526208aaaf54e10d794b
tree5e48aea8d332f4961bc3c3aa401901c348f480f5
parente146fd121caad020e2f5259ed71dc3146c2dafb1
Introducing TYPE_NOEXPR so that these undefined labels cannot be used on the expression side of goto ternary expressions; ast_label now is TYPE_NOEXPR; we may consider setting ast_ifthen to that too unless we want ifthen to return a value...
ast.c
gmqcc.h
ir.c