]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
gitignore: be more clever
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 553197ab6b997c062db38abc328b424aaec1e7df..a6053a6d1cd60e5a21efb74534ed58183ddc1a6e 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1149,6 +1149,7 @@ typedef struct {
     bool        pp_only;        /* -E            */
     size_t      max_array_size; /* --max-array=  */
     bool        add_info;       /* --add-info    */
+    bool        correction;     /* --correct     */
 
     uint32_t flags        [1 + (COUNT_FLAGS         / 32)];
     uint32_t warn         [1 + (COUNT_WARNINGS      / 32)];