X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=gmqcc.h;h=a6053a6d1cd60e5a21efb74534ed58183ddc1a6e;hp=f0d5c99c0f544e4019382b432223a73711362e86;hb=3ecae267adeb4395d6f6df7ebb05cd56fc03bfb8;hpb=3436fa7d8937c0281a18396071a1072964f33f62 diff --git a/gmqcc.h b/gmqcc.h index f0d5c99..a6053a6 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -51,7 +51,7 @@ /* Full version string in case we need it */ #ifdef GMQCC_GITINFO # define GMQCC_DEV_VERSION_STRING "git build: " GMQCC_GITINFO "\n" -#elif defined(GMQCC_VERSION_TYPE_DEVEL +#elif defined(GMQCC_VERSION_TYPE_DEVEL) # define GMQCC_DEV_VERSION_STRING "development build\n" #else # define GMQCC_DEV_VERSION_STRING @@ -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)];