X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/06ec0105b12cdfa2994283e345154e6720354808..0fe9720964da510a2b359af390a3053aace65f9f:/src/complain.h diff --git a/src/complain.h b/src/complain.h index 56ddfa04..b0a1a293 100644 --- a/src/complain.h +++ b/src/complain.h @@ -22,7 +22,7 @@ # include "location.h" /* Sub-messages indent. */ -#define SUB_INDENT (4) +# define SUB_INDENT (4) /*-------------. | --warnings. | @@ -43,6 +43,7 @@ typedef enum complaint = 1 << 11, /**< All complaints. */ fatal = 1 << 12, /**< All fatal errors. */ silent = 1 << 13, /**< Do not display the warning type. */ + no_caret = 1 << 14, /**< Do not display caret location. */ /**< All above warnings. */ Wall = ~complaint & ~fatal & ~silent