https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7778
Bill Parker <wp02855@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Unable to compile stock |Unable to compile stock
|lemon.c by hand |lemon.c due to errors.
--- Comment #2 from Bill Parker <wp02855@xxxxxxxxx> 2012-10-01 10:43:41 PDT ---
Addition research shows that the problem with _U_ can be resolved by removing
the space before the leading underscore so that it looks like this below:
static int resolve_conflict(
struct action *apx,
struct action *apy,
struct symbol *errsym_U_)
{
and in int main, it should look like this:
/* The main program. Parse the command line and do it... */
int main(int argc_U_, char **argv)
{
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.