]> git.saurik.com Git - bison.git/blobdiff - src/location.h
Fix push parsing memory leak reported by Brandon Lucia at
[bison.git] / src / location.h
index bc7fe43f3c3b1fc7ba24b616ce545be6e15dcbb8..0b4f715a2cca17585443ddabe444034c406128d7 100644 (file)
@@ -81,4 +81,7 @@ void location_compute (location *loc,
 
 void location_print (FILE *out, location loc);
 
+/* LOC_STR must be formatted as `file:line.column', it will be modified.  */
+void boundary_set_from_string (boundary *bound, char *loc_str);
+
 #endif /* ! defined LOCATION_H_ */