mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
80c6431544
The FIXME was there because I couldn't remember why the test was type_compatible but the internal error complains about the types being the same size. The compatibility check is to see if the op can be used directly or whether a temp is required. The offset check is because types that are the same size (which they must be if they are compatible) is because it is not possible to create an offset alias def that escapes the bounds of the real def, which any non-zero offset will do if the types are the same size. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |