quakeforge/tools/qfcc/source
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 getting closer. soon timie to start putting real code in there 2001-06-12 21:06:28 +00:00
.indent.pro
cmdlib.c rename filelength to FileLength to avoid a name clash in windows 2001-06-16 04:27:22 +00:00
debug.c and some more 2001-09-28 07:09:38 +00:00
emit.c expr.h: 2001-10-02 18:55:52 +00:00
expr.c expr.h: 2001-10-02 18:55:52 +00:00
Makefile.am good bye, old parser 2001-08-10 18:35:55 +00:00
pr_comp.c and some more 2001-09-28 07:09:38 +00:00
pr_def.c and some more 2001-09-28 07:09:38 +00:00
pr_imm.c and some more 2001-09-28 07:09:38 +00:00
pr_lex.c move a var 2001-08-10 18:42:13 +00:00
pr_opcode.c expr.h: 2001-10-02 18:55:52 +00:00
qc-lex.l and some more 2001-09-28 07:09:38 +00:00
qc-parse.y and some more 2001-09-28 07:09:38 +00:00
qfcc.c more small old-parser cleanups 2001-09-15 20:31:17 +00:00