2012-04-09 13:36:16 +00:00
|
|
|
#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) {
|
2012-04-09 14:14:26 +00:00
|
|
|
/* no return */
|
2012-04-09 13:36:16 +00:00
|
|
|
}
|