]> git.saurik.com Git - bison.git/blobdiff - src/location.c
* data/lalr1.cc: Reinstall the former ctor, for sake of
[bison.git] / src / location.c
index 1d95d21531076eec66ebe271f60b4d428913b1b9..9ba9378577561f653b7691596d2830bc2dd0312f 100644 (file)
    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),