[Mesa-dev] [PATCH 2/4] glsl: Extend ast location structure to hande end token position.
Carl Worth
cworth at cworth.org
Wed Feb 5 12:34:01 PST 2014
Sir Anthony <anthony at adsorbtion.org> writes:
> + unsigned first_line; /**< Line number within the source string. */
> + unsigned first_column; /**< Column in the line. */
> + unsigned last_line; /**< Line number within the source string. */
> + unsigned last_column; /**< Column in the line. */
The comments here should be updated to distinguish between the "first"
and "last" cases.
-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140205/3e649ee5/attachment.pgp>
More information about the mesa-dev
mailing list