mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
style: rename cleanup_caret as caret_free
* src/location.c, src/location.h, src/main.c: here.
This commit is contained in:
@@ -234,7 +234,7 @@ main (int argc, char *argv[])
|
||||
timevar_stop (tv_total);
|
||||
timevar_print (stderr);
|
||||
|
||||
cleanup_caret ();
|
||||
caret_free ();
|
||||
|
||||
/* Fix input file now, even if there are errors: that's less
|
||||
warnings in the following runs. */
|
||||
|
||||
Reference in New Issue
Block a user