mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
006882407d
The actual bug might still be elsewhere, but at least now I know the alias chains were coming from accessing .return and .param_N, which are unions (not directly usable by the progs engine). Emitting a reference to a union (or struct) would create an alias def, but an alias expression was created in the expression tree to simplify return/param access. The double layer (sometimes 3 or 4) alias isn't really neaded, so rather than layering the aliases, just re-alias the alaised def. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |