X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8f759107f1598d7f1979a160fda566f2fb1a6d5f..0b31edd3e1891de53226dffb24da20d080fd4cc7:/src/location.h diff --git a/src/location.h b/src/location.h index f569f92f..f4fbb2f8 100644 --- a/src/location.h +++ b/src/location.h @@ -54,12 +54,12 @@ typedef struct /* Boundary just after the location ends. */ boundary end; -} location_t; +} location; -#define YYLTYPE location_t +#define YYLTYPE location -extern location_t const empty_location; +extern location const empty_location; -void location_print (FILE *, location_t); +void location_print (FILE *, location); #endif /* ! defined LOCATION_H_ */