/[bison]/bison/src/location.h
ViewVC logotype

Diff of /bison/src/location.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by eggert, Sat Dec 7 05:58:38 2002 UTC revision 1.8 by eggert, Wed Dec 11 06:35:35 2002 UTC
# Line 54  typedef struct Line 54  typedef struct
54    /* Boundary just after the location ends.  */    /* Boundary just after the location ends.  */
55    boundary end;    boundary end;
56    
57  } location_t;  } location;
58    
59  #define YYLTYPE location_t  #define YYLTYPE location
60    
61  extern location_t const empty_location;  extern location const empty_location;
62    
63  void location_print (FILE *, location_t);  void location_print (FILE *, location);
64    
65  #endif /* ! defined LOCATION_H_ */  #endif /* ! defined LOCATION_H_ */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26