bison-patches
[Top][All Lists]
Advanced

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

Re: %define boolean variables


From: Joel E. Denny
Subject: Re: %define boolean variables
Date: Thu, 1 Feb 2007 01:39:46 -0500 (EST)

On Tue, 30 Jan 2007, Joel E. Denny wrote:

> > +Define a variable to adjust Bison's behavior.  The possible choices for
> > address@hidden, as well as their meanings, depends on the selected target
> > +language and/or the parser skeleton (@pxref{Decl Summary,,%language}).
> 
> s/depends/depend/

I commited this.

Index: ChangeLog
===================================================================
RCS file: /sources/bison/bison/ChangeLog,v
retrieving revision 1.1676
diff -p -u -r1.1676 ChangeLog
--- ChangeLog   30 Jan 2007 08:01:29 -0000      1.1676
+++ ChangeLog   1 Feb 2007 06:38:20 -0000
@@ -1,3 +1,7 @@
+2007-02-01  Joel E. Denny  <address@hidden>
+
+       * doc/bison.texinfo (Decl Summary): Correct typo.
+
 2007-01-30  Paolo Bonzini  <address@hidden>
 
        * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
Index: doc/bison.texinfo
===================================================================
RCS file: /sources/bison/bison/doc/bison.texinfo,v
retrieving revision 1.226
diff -p -u -r1.226 bison.texinfo
--- doc/bison.texinfo   30 Jan 2007 08:01:29 -0000      1.226
+++ doc/bison.texinfo   1 Feb 2007 06:38:24 -0000
@@ -4694,7 +4694,7 @@ already defined, so that the debugging f
 @deffn {Directive} %define @var{variable}
 @deffnx {Directive} %define @var{variable} "@var{value}"
 Define a variable to adjust Bison's behavior.  The possible choices for
address@hidden, as well as their meanings, depends on the selected target
address@hidden, as well as their meanings, depend on the selected target
 language and/or the parser skeleton (@pxref{Decl Summary,,%language}).
 
 Some @var{variable}s may be used as boolean values: in this case, the




reply via email to

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