mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
ec16ffaa65
WARNING: this fixes a scope bug in qcc and thus you WILL get different (but now correct) code for the following: float foo; void () bar = { local float foo; foo = 0; } ie, the local foo will, as is correct, now be a separate var to the global foo. |
||
---|---|---|
.. | ||
.gitignore | ||
.indent.pro | ||
cmdlib.c | ||
Makefile.am | ||
pr_comp.c | ||
pr_def.c | ||
pr_lex.c | ||
qfcc.c |