]> git.saurik.com Git - bison.git/blobdiff - src/complain.h
grammar: no longer detect and cure missing semicolon at end of actions
[bison.git] / src / complain.h
index a43318482cb137523258755b900c6eb3dbb23efb..4239bf6db1f3732a345b9f0b6f5f39b43c2cb4fd 100644 (file)
@@ -123,6 +123,10 @@ void complain_indent (location const *loc, warnings flags, unsigned *indent,
 void deprecated_directive (location const *loc,
                            char const *obsolete, char const *updated);
 
+/** Report a repeated directive for a rule.  */
+void duplicate_directive (char const *directive,
+                          location first, location second);
+
 /** Warnings treated as errors shouldn't stop the execution as regular errors
     should (because due to their nature, it is safe to go on). Thus, there are
     three possible execution statuses.  */