]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Fixes for '#' tokens
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 0699c1897b96cd6cf0849dd1a7865d0b36f9bcdd..3e8b8b6b45c73c51f9aaf3c64d9c53b49c37bd1a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -62,6 +62,8 @@ int main(int argc, char **argv) {
        
        /* Open file */
        FILE *fp = fopen(ifile, "r");
+       
+       /* run the preprocessor */
        if  (!fp) {
                fclose(fp);
                return error(ERROR_COMPILER, "Source file: %s not found\n", ifile);