mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23: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:
@@ -150,7 +150,7 @@ struct caret_info
|
||||
static struct caret_info caret_info = { NULL, 1, 0 };
|
||||
|
||||
void
|
||||
cleanup_caret ()
|
||||
caret_free ()
|
||||
{
|
||||
if (caret_info.source)
|
||||
fclose (caret_info.source);
|
||||
|
||||
Reference in New Issue
Block a user