Yes, for whatever reason, it is definitely an issue with the newer version of bison. None of the code below is output with bison 2.4.2:
#if YYDEBUG extern int AslCompilerdebug; #endif #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int AslCompilerparse (void *YYPARSE_PARAM); #else int AslCompilerparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int AslCompilerparse (void); #else int AslCompilerparse (); #endif #endif /* ! YYPARSE_PARAM */ > -----Original Message----- > From: Idwer Vollering [mailto:[email protected]] > Sent: Tuesday, July 31, 2012 2:20 PM > To: Moore, Robert > Cc: Michael S. Tsirkin; Kevin O'Connor; [email protected]; Tang, Feng > Subject: Re: [SeaBIOS] Compiling SeaBIOS for coreboot has problems with > its ACPI code > > 2012/7/31 Moore, Robert <[email protected]>: > > And, could you please send the bison output file "aslcompilerparse.h" > > > > Thanks, > > Bob > > Attached. _______________________________________________ SeaBIOS mailing list [email protected] http://www.seabios.org/mailman/listinfo/seabios
