mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(location): Renamed from location_t.
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user