Adjust to type renaming.

This commit is contained in:
Paul Eggert
2002-12-11 06:35:10 +00:00
parent b78d8c23da
commit 81ebdef91d
4 changed files with 67 additions and 59 deletions

View File

@@ -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),