X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b17a1fc541456df871fa672c99d8d92cc7c084dd..b203fc2c07f45cdd77a59f38795fed0109c75716:/src/location.c diff --git a/src/location.c b/src/location.c index 1d95d215..9ba93785 100644 --- a/src/location.c +++ b/src/location.c @@ -19,15 +19,17 @@ Boston, MA 02111-1307, USA. */ #include "system.h" -#include "location.h" + #include -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),