mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 22:01:33 +00:00
4435db0329
That is, `array + offset`. This actually works around the bug highlighted by arraylife.r (because the array is explicitly used), but is not a proper solution, so that test still fails of course. However, with this, it's no longer necessary to use `&array[index]` instead of `array + index`. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |