Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7778] Unable to compile stock lemon.c due to errors.

Date: Mon, 1 Oct 2012 10:43:42 -0700 (PDT)
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.