quakeforge/tools/qfcc/include
Bill Currie f2f8e096f3 qfcc.h:
o	add a "freed" marker to def_t to prevent double freeing of
		temp def offsets
emit.c:
	o	break out the bind code into emit_bind_expr (doesn't /really/
		emit code, but still:)
	o	make bind work with disparate types (forces def_t->freed 1)
pr_def.c:
	o	mark array pointers as initialized and constant.
	o	don't free the offset for already freed temp defs
pr_imm.c
	o	fix a bug in uinteger support
	o	support disparate types for immediates
switch:
	o	fix a bug where gt.i was being used instead of gt.ui
	o	remove some debug code
2001-11-13 18:11:19 +00:00
..
.gitignore Fix stamp ignorance. 2001-10-05 19:42:17 +00:00
cmdlib.h Changes taniwha did to make qfcc work with statically compiled libs. 2001-10-26 02:32:40 +00:00
expr.h pr_comp.h: 2001-11-13 08:58:54 +00:00
getopt.h qfcc: getopt support. Yes, it exists, and it works, and it's fun! :) 2001-10-26 08:14:05 +00:00
Makefile.am Add getopt.h to the dist, just in case. 2001-10-26 23:54:20 +00:00
qfcc.h qfcc.h: 2001-11-13 18:11:19 +00:00
scope.h slowly getting there with defs processing. still borked 2001-06-18 22:51:49 +00:00
switch.h switch statement. could do with lots of improvements, but this should be a 2001-10-25 06:41:52 +00:00