From 69b8cc095fe57c413d9584c05372511389fe2505 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 11 Dec 2002 06:35:35 +0000 Subject: [PATCH 1/1] (location): Renamed from location_t. --- src/location.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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_ */ -- 2.47.2