mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Adjust to type renaming.
This commit is contained in:
@@ -19,15 +19,17 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "system.h"
|
||||
#include "location.h"
|
||||
|
||||
#include <quotearg.h>
|
||||
|
||||
location_t const empty_location;
|
||||
#include "location.h"
|
||||
|
||||
location const empty_location;
|
||||
|
||||
/* Output to OUT the location LOC.
|
||||
Warning: it uses quotearg's slot 3. */
|
||||
void
|
||||
location_print (FILE *out, location_t loc)
|
||||
location_print (FILE *out, location loc)
|
||||
{
|
||||
fprintf (out, "%s:%d.%d",
|
||||
quotearg_n_style (3, escape_quoting_style, loc.start.file),
|
||||
|
||||
Reference in New Issue
Block a user