quakeforge/tools/qfcc/include
Bill Currie dcb51dc586 expr.h:
get_type and extract_type prototypes and add extern for type_names
emit.c:
	use extract_type instead of get_type
expr.c:
	get_type now returns the type pointer rather than the qc type enum.
	extract_type uses get_type to return the qc type enum.
	make type_names global
	use get_type instead of ex_expr/ex_def to cover more cases
	clean up function call/return processing as a result of get_type
pr_opcode.c:
	use opcode_priority_type_table_ab when var_c is null and a minor
	cleanup in PR_Opcode_Find
2001-10-02 18:55:52 +00:00
..
.gitignore ignore .vimrc 2001-06-04 18:33:50 +00:00
cmdlib.h more format attributes 2001-07-03 20:56:01 +00:00
expr.h expr.h: 2001-10-02 18:55:52 +00:00
Makefile.am QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
qfcc.h unused local variable detection 2001-09-22 23:41:47 +00:00
scope.h slowly getting there with defs processing. still borked 2001-06-18 22:51:49 +00:00