bison/src location.h
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/12/07 00:58:38 Modified files: src : location.h Log message: Do not include <quotearg.h>; no longer needed. (boundary): New type. (location_t): Use it. This allows locations to span file boundaries. All member uses changed: file -> start.file or end.file (as needed), first_line -> start.line, first_column -> start.column, last_line -> end.line, last_column -> end.column. (equal_boundaries): New function. (LOCATION_RESET, LOCATION_STEP): Remove. (LOCATION_PRINT): Remove. All callers changed to use location_print. (empty_location): Now const. (location_print): New decl. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/location.h.diff?tr1=1.6&tr2=1.7&r1=text&r2=text