X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/28e52c0d622b3017e14d2cf2e526238aa2cfd6ef..eb1b07409f0ccad9970c8a60ded9f2a56d205b9c:/src/location.h diff --git a/src/location.h b/src/location.h index bc7fe43f..0b4f715a 100644 --- a/src/location.h +++ b/src/location.h @@ -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_ */