]> git.xonotic.org Git - xonotic/gmqcc.git/commit
The ftepp now always outputs into a string buffer, with -E the buffer will be dumped...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 18 Nov 2012 12:33:53 +0000 (13:33 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 18 Nov 2012 12:33:53 +0000 (13:33 +0100)
commit0330b082a2c88454fbf7426bc37fe1a748201d82
tree9f1780c84be68e8381a40ce8b2ab264e9bc86598
parentf0d56d07fe2801f04ef6a9ca92587d54c0cbd72d
The ftepp now always outputs into a string buffer, with -E the buffer will be dumped to stdout or the via -o specified file, without -E it'll be passed to the parser to be compiled
ftepp.c
gmqcc.h
main.c
opts.def
parser.c