Re: sys/conf/DEFAULT[S]

From: Stefan Farfeleder (stefan_at_fafoe.narf.at)
Date: 09/27/03

  • Next message: Bruce M Simpson: "Re: sys/conf/DEFAULT[S]"
    Date: Sat, 27 Sep 2003 12:52:44 +0200
    To: Bruce Evans <bde@zeta.org.au>
    
    
    

    On Sat, Sep 27, 2003 at 08:14:30AM +1000, Bruce Evans wrote:

    > Similarly with FOOBAR's contents identical with SMP's contents except
    > for including FOO instead of GENERIC. So the bug must be related to
    > the file being included ... adding an empty or comment line to the
    > beginning of FOO works around it. I guess there is an off-by-1 byte
    > or line error switching the input stream.

    The problem is simply that the input stream is switched immediately to
    the included file after reading the file name and the parser is still
    waiting for its newline or semicolon from the production

    Spec -> Config_spec SEMICOLON.

    Thus the terminal 'machine' on the first line is a syntax error.

    Stefan

    
    
    

    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"



  • Next message: Bruce M Simpson: "Re: sys/conf/DEFAULT[S]"