mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 21:02:50 +00:00
a19b7ec8f9
find_type() does type comparisons based on tag name for struct/union/enum but when it returns the previous tag (eg, from "struct foo;") the returned type has a null symtab pointer, so setting the symtab pointer in the type before calling find_type() only throws away the symtab. Thus, since find_type() doesn't check the symtab pointer when comparing the types, set the symtab pointer after calling find_type(). |
||
---|---|---|
.. | ||
3dfx_stub | ||
bsp2img | ||
build_scripts | ||
carne | ||
cross | ||
cvs2cl | ||
Forge | ||
gas2masm | ||
gl_stub | ||
misc | ||
pak | ||
qfbsp | ||
qfcc | ||
qflight | ||
qflmp | ||
qfmodelgen | ||
qfvis | ||
quaketoascii | ||
qwaq | ||
texpaint | ||
wad | ||
wav | ||
Makefile.am |