]> git.saurik.com Git - bison.git/blobdiff - src/muscle_tab.h
Provide warn_at, complain_at, and fatal_at function callbacks to the
[bison.git] / src / muscle_tab.h
index c53bfda1a93cd42fb27d4a043e42fde785040537..82df190120a17e37afdd650e4ad8508ec294bb3a 100644 (file)
@@ -112,4 +112,8 @@ void muscle_pair_list_grow (const char *muscle,
 
 void muscles_m4_output (FILE *out);
 
+/* In the format `file_name:line.column', append BOUND to MUSCLE.  Use digraphs
+   for special characters in the file name.  */
+void muscle_boundary_grow (char const *key, boundary bound);
+
 #endif /* not MUSCLE_TAB_H_ */