quakeforge/tools/qfcc/source
Bill Currie ec16ffaa65 move to using hash tables for variable lookups.
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.
2001-04-01 02:12:57 +00:00
..
.gitignore add .vimrc 2001-03-26 16:36:44 +00:00
.indent.pro QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
cmdlib.c rip out the crc code in favour of libqfutil 2001-03-28 23:40:54 +00:00
Makefile.am move to using hash tables for variable lookups. 2001-04-01 02:12:57 +00:00
pr_comp.c move to using hash tables for variable lookups. 2001-04-01 02:12:57 +00:00
pr_def.c move to using hash tables for variable lookups. 2001-04-01 02:12:57 +00:00
pr_lex.c qtypes.h: 2001-03-28 17:17:56 +00:00
qfcc.c move to using hash tables for variable lookups. 2001-04-01 02:12:57 +00:00