mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 21:20:33 +00:00
102eab0d84
start working on the linker. class.[ch]: redo class defs so the pointer works (needs relocs still) obj_file.h: add prototype for read_obj_file, QFO_* data access macros and include pr_debug.h type.[ch]: separate type system initialisation and recording of the standard types so find_type works properly in multiple compilation def.c: don't mark static defs as initialized expr.c: proper class pointer def stuff immediate.c: clean out dead vars/code obj_file.c: allocate space for the line info and bail if the file can't be opened. qfcc.c: register the standard types for each compile pass and start linking the files |
||
---|---|---|
.. | ||
.gitignore | ||
.indent.pro | ||
class.c | ||
cmdlib.c | ||
cpp.c | ||
debug.c | ||
def.c | ||
emit.c | ||
expr.c | ||
function.c | ||
idstuff.c | ||
immediate.c | ||
linker.c | ||
Makefile.am | ||
method.c | ||
obj_file.c | ||
opcodes.c | ||
options.c | ||
qc-lex.l | ||
qc-parse.y | ||
qfcc.c | ||
reloc.c | ||
struct.c | ||
switch.c | ||
type.c |