(location): Renamed from location_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2002 06:35:35 +0000 (06:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2002 06:35:35 +0000 (06:35 +0000)
src/location.h

index f569f92..f4fbb2f 100644 (file)
@@ -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_ */