]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - cpp.c
Some parsing
[xonotic/gmqcc.git] / cpp.c
diff --git a/cpp.c b/cpp.c
index e2f8021a1c5699d2546e158b3cf40b2a65f0657f..62a9819920c6f41cf7e2f8073dc78ddf91044adb 100644 (file)
--- a/cpp.c
+++ b/cpp.c
@@ -6,5 +6,5 @@
  * which is what we parse for the preprocessor here.
  */
 int cpp(struct lex_file *file) {
-       /* TODO ... */
+       /* no return */
 }