mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: mention earlier how to disable the generation of location.hh
Suggested by Victor Khomenko. * doc/bison.texi (C++ Bison Interface): Here.
This commit is contained in:
@@ -10846,10 +10846,11 @@ these two files (@file{@var{file}.hh} and @file{@var{file}.cc}) follow the
|
|||||||
same rules as with regular C parsers (@pxref{Invocation}).
|
same rules as with regular C parsers (@pxref{Invocation}).
|
||||||
|
|
||||||
@item location.hh
|
@item location.hh
|
||||||
The definition of the classes @code{position} and @code{location}, used for
|
Generated when both @code{%defines} and @code{%locations} are enabled, this
|
||||||
location tracking when enabled. This file is not generated if user defined
|
file contains the definition of the classes @code{position} and
|
||||||
locations are used, i.e., if the @code{%define} variable
|
@code{location}, used for location tracking. This file is not generated if
|
||||||
@code{api.location.type} is defined. @xref{C++ Location Values}.
|
@samp{%define api.location.file none} is specified, or if user defined
|
||||||
|
locations are used. @xref{C++ Location Values}.
|
||||||
|
|
||||||
@item position.hh
|
@item position.hh
|
||||||
@itemx stack.hh
|
@itemx stack.hh
|
||||||
|
|||||||
Reference in New Issue
Block a user