]> git.xonotic.org Git - xonotic/gmqcc.git/commit
keep the filenames of all lexed files in a global lex_filenames vector because we...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 14:47:33 +0000 (16:47 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 14:47:33 +0000 (16:47 +0200)
commit4cf017bb6b26381d71aa07100bc21f7bdad43058
tree0ac901ade43e07a6d35cde3f821f0266c24061ed
parent6daf47fc5b29404dac619d6b16579c7bf59e8f6a
keep the filenames of all lexed files in a global lex_filenames vector because we don't strdup the filenames into lex_ctx, but copy the pointer
lexer.c
lexer.h
main.c