X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/37cfa1195debf4261cac67fb2875d04da589a88f..11b192127cac086338bfaa43f3bab3acda8e3a20:/src/complain.h diff --git a/src/complain.h b/src/complain.h index 44be293d..452508ef 100644 --- a/src/complain.h +++ b/src/complain.h @@ -48,6 +48,9 @@ extern warnings warnings_flag; /** Display a "[-Wyacc]" like message on stderr. */ void warnings_print_categories (warnings warn_flags); +/* Sub-messages indent. */ +#define SUB_INDENT (4) + /** Record that a warning is about to be issued, and treat it as an error if warnings_flag & Werror. This is exported only for the sake of Yacc-compatible conflict reports in conflicts.c.