]> git.xonotic.org Git - xonotic/gmqcc.git/blob - cpp.c
62a9819920c6f41cf7e2f8073dc78ddf91044adb
[xonotic/gmqcc.git] / cpp.c
1 #include <limits.h>
2 #include "gmqcc.h"
3
4 /*
5  * Returns the next token back to the caller
6  * which is what we parse for the preprocessor here.
7  */
8 int cpp(struct lex_file *file) {
9         /* no return */
10 }