mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
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. |
||
---|---|---|
.. | ||
3dfx_stub | ||
bsp2img | ||
build_scripts | ||
carne | ||
cross | ||
cvs2cl | ||
Forge | ||
gas2masm | ||
gl_stub | ||
io_mesh_qfmdl | ||
misc | ||
pak | ||
qfbsp | ||
qfcc | ||
qflight | ||
qflmp | ||
qfmodelgen | ||
qfvis | ||
quaketoascii | ||
qwaq | ||
texpaint | ||
wad | ||
wav | ||
Makefile.am |