]> git.saurik.com Git - bison.git/commit
Do not include <quotearg.h>; no longer needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Dec 2002 05:58:38 +0000 (05:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Dec 2002 05:58:38 +0000 (05:58 +0000)
commit8f759107f1598d7f1979a160fda566f2fb1a6d5f
treec0caf227ada05bee38bdbdabb3f778a2f5b75c6b
parentb17a1fc541456df871fa672c99d8d92cc7c084dd
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.
src/location.h