]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - README
Fix parser bug
[xonotic/gmqcc.git] / README
diff --git a/README b/README
index 4ecb4db06f5fd6bb23d7dd4925f5c81718f05222..b072829a76e3e61deb5e347adfd2d12c9c95de09 100644 (file)
--- a/README
+++ b/README
@@ -30,6 +30,10 @@ typedef.c
        complicated than it sounds.  This handles all typedefs, and even recrusive
        typedefs.
        
+alloc.c
+       This is just an allocator for the compiler, it's used for debugging reasons
+       only.
+       
 README
        This is the file you're currently reading