]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Major header reworking, this respects the namespaces properly. Makes object dependenc...
authorDale Weiler <killfieldengine@gmail.com>
Tue, 4 Jun 2013 02:47:07 +0000 (02:47 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 4 Jun 2013 02:47:07 +0000 (02:47 +0000)
commit11179a2a71572972f0b19d8be5974ad338915b9f
treec2e79b8f641dd72f8074e3f6c3ded5767d2bd27f
parentb2348e1de06ecbc6298c7caae7ac0deaa444dffb
Major header reworking, this respects the namespaces properly. Makes object dependency more obvious, allows for better make caches, and prevents misuse of library features, i.e use con_* instead of printf.
17 files changed:
ast.c
code.c
conout.c
correct.c
exec.c
ftepp.c
gmqcc.h
ir.c
lexer.c
lexer.h
main.c
opts.c
pak.c
parser.c
stat.c
test.c
util.c