]> git.saurik.com Git - bison.git/blobdiff - src/complain.h
errors: support indented context info in m4 macros
[bison.git] / src / complain.h
index be0d7f50c045d5aba9a6928bead92bba89f45175..6a871d8290e9a6844b43acf1f676a7de3d66f3cc 100644 (file)
@@ -62,7 +62,8 @@ void complain (location const *loc, warnings flags, char const *message, ...)
   __attribute__ ((__format__ (__printf__, 3, 4)));
 
 /** Likewise, but with an \a argc/argv interface.  */
-void complain_args (location const *loc, warnings w, int argc, char *arg[]);
+void complain_args (location const *loc, warnings w, unsigned *indent,
+                    int argc, char *arg[]);
 
 /** Make a complaint with location and some indentation.  */
 void complain_indent (location const *loc, warnings flags, unsigned *indent,