]> git.saurik.com Git - bison.git/blobdiff - src/complain.h
Merge branch 'maint'
[bison.git] / src / complain.h
index 44be293d585d53154cd12b9f4e3ae23509e00e1e..452508efb62061f34cd58abd29963c315a888750 100644 (file)
@@ -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 <tt>warnings_flag & Werror</tt>.  This is exported
     only for the sake of Yacc-compatible conflict reports in conflicts.c.