mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +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. |
||
---|---|---|
.. | ||
doc/man | ||
include | ||
source | ||
.gitignore | ||
acconfig.h | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
qfcc.lsm.in |