Re: sys/conf/DEFAULT[S]

From: Bruce M Simpson (bms_at_spc.org)
Date: 09/27/03

  • Next message: Adam Migus: "Re: sys/conf/DEFAULT[S]"
    Date: Sat, 27 Sep 2003 15:05:25 +0100
    To: Stefan Farfeleder <stefan@fafoe.narf.at>
    
    

    On Sat, Sep 27, 2003 at 12:52:44PM +0200, Stefan Farfeleder 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

    bde mentioned this problem to me a few months ago when I suggested
    we MFC the include feature to 4.x. Thanks for tracking it down!

    BMS
    _______________________________________________
    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: Adam Migus: "Re: sys/conf/DEFAULT[S]"