gmqcc/cpp.c
2012-04-09 10:14:26 -04:00

10 lines
197 B
C

#include <limits.h>
#include "gmqcc.h"
/*
* Returns the next token back to the caller
* which is what we parse for the preprocessor here.
*/
int cpp(struct lex_file *file) {
/* no return */
}