]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Major export cleanup. Anything that was exported but wasn't used outside where it...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 29 May 2013 03:29:04 +0000 (03:29 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 29 May 2013 03:29:04 +0000 (03:29 +0000)
commitf892b323351eb110dc97b8cf4e15d03dddc6fb78
treebee7c5e417fbe10c6e15f76b2a9296cc9bb1ffac
parentdf8b486c98750ee719ddb88a6bb9b90f1e7557d8
Major export cleanup. Anything that was exported but wasn't used outside where it was implemented has been turned into static, and their exports have been removed. This actually makes the compiler compile slightly faster.
14 files changed:
Makefile
ast.c
ast.h
conout.c
ftepp.c
intrin.h
ir.c
ir.h
lexer.c
lexer.h
pak.c
parser.c
test.c
util.c