0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-20 18:52:28 +00:00
quakeforge/tools/qfcc/source
Bill Currie 5f5060cbf0 move the users and used setting code from emit_statement to
PR_AddStatementRef. This removes essentially duplicate code and 3 ifs :)
2001-10-31 18:40:02 +00:00
..
.gitignore
.indent.pro
cmdlib.c fix the verbosity levels to what they were 2001-10-26 16:04:38 +00:00
debug.c
emit.c move the users and used setting code from emit_statement to 2001-10-31 18:40:02 +00:00
expr.c remove some redundant data 2001-10-28 04:42:44 +00:00
getopt.c qfcc: getopt support. Yes, it exists, and it works, and it's fun! :) 2001-10-26 08:14:05 +00:00
getopt1.c 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.c and getopt1.c to the makefile. There is preprocessor 2001-10-26 23:53:36 +00:00
pr_comp.c clean up some duplicate symbols 2001-10-26 17:49:23 +00:00
pr_def.c
pr_imm.c
pr_lex.c
pr_opcode.c move the users and used setting code from emit_statement to 2001-10-31 18:40:02 +00:00
qc-lex.l
qc-parse.y
qfcc.c I've decided that shuffling the `sections' like that doesn't really gain 2001-10-31 17:55:35 +00:00
switch.c