]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
-D, --define.
[bison.git] / doc / bison.texinfo
index daeb61f80c721beba04ceb93d957e1a04d9aafb8..9d9fa3dc21ab7ab79d50578fac94b0c0c82bcdb1 100644 (file)
@@ -7835,6 +7835,11 @@ In the parser file, define the macro @code{YYDEBUG} to 1 if it is not
 already defined, so that the debugging facilities are compiled.
 @xref{Tracing, ,Tracing Your Parser}.
 
+@item -D @var{name}[=@var{value}]
+@itemx --define=@var{name}[=@var{value}]
+Same as running @samp{%define @var{name} "@var{value}"} (@pxref{Decl
+Summary, ,%define}).
+
 @item -L @var{language}
 @itemx --language=@var{language}
 Specify the programming language for the generated parser, as if