]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
ir: fix vector negation using the nil value graphitemaster/old-stable
authorWolfgang Bumiller <wry.git@bumiller.com>
Thu, 22 Jun 2017 06:46:48 +0000 (08:46 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Thu, 22 Jun 2017 06:46:48 +0000 (08:46 +0200)
commitc2d05150a9b6e264ab5cadc2c95ff028bd99d1a0
tree8960789488677165293d31def90a80e467592674
parente160c9ed7a05dce0933b8290fe716e5ed0994d80
ir: fix vector negation using the nil value

We cannot use OFS_NULL as it is only a single value and
overlaps with OFS_RETURN.
ir.c