mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
10 lines
197 B
C
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 */
|
|
}
|