X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/63fec1eebaa06269d7017c383e293ad3d3e6475d..24d96dd3ebb49d003c29904fc5152ee5ec220e86:/src/complain.h diff --git a/src/complain.h b/src/complain.h index b8935645..997d577b 100644 --- a/src/complain.h +++ b/src/complain.h @@ -25,6 +25,9 @@ extern "C" { # endif +/* 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 & warnings_error. This is exported only for the sake of Yacc-compatible conflict reports in conflicts.c.