commit-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison/src location.h


From: Paul Eggert
Subject: bison/src location.h
Date: Sat, 07 Dec 2002 00:58:38 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]