[Spread-users] [PATCH] sample.spread.conf lists bogus options for SocketPortReuse

Jonathan Stanton jonathan at cnds.jhu.edu
Tue Oct 1 15:51:44 EDT 2002


Ok. I figured it out. Yes, the 'on [Oo][Nn] is correct, but the usage of
it below "on    { yylval.number = 1; return SP_TRIVAL; }"

was slightly wrong. It needs to be "{on} ..." so on is interpreted as a
pattern and not a fixed constant.

Once I changed all use of 'on, off, auto, true, false, yes, no' to {on},
{off}, ... it works with both capitals and lowercase in any mix.

Another bug to be fixed. :-( 

Jonathan


On Tue, Oct 01, 2002 at 12:34:57PM -0700, Daniel Rall wrote:
> Ah, this bit here?:
> 
> on      [Oo][Nn]
> 
> Confirmed I do that that in the source tarball which I pulled from the
> web site.
> 
> My Makefile says I'm using /usr/bin/flex.  I couldn't tell whether
> yacc or bison -y was being used.
> 
> LEX=/usr/bin/flex
> 
> $ rpm -q flex byacc bison
> flex-2.5.4a-23
> byacc-1.9-19
> bison-1.35-1
> -- 
> 
> Daniel Rall <dlr at finemaltcoding.com>
> 
> _______________________________________________
> Spread-users mailing list
> Spread-users at lists.spread.org
> http://lists.spread.org/mailman/listinfo/spread-users

-- 
-------------------------------------------------------
Jonathan R. Stanton         jonathan at cs.jhu.edu
Dept. of Computer Science   
Johns Hopkins University    
-------------------------------------------------------




More information about the Spread-users mailing list