[m-rev.] for review: user-defined events

Zoltan Somogyi zs at csse.unimelb.edu.au
Mon Nov 20 17:34:53 AEDT 2006


On 20-Nov-2006, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
> Rather than just assuming the existence of bison and yacc the configure
> script should be modified to check, e.g. using the AC_PROG_LEX and
> AC_PROG_YACC macros.

The code there assumes flex and bison; it won't work with old lex and yacc
(lex doesn't have %option noyywrap, and yacc doesn't take an option to specify
the prefix).

Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list