[m-rev.] diff: fix runtime_opt

Julien Fischer juliensf at csse.unimelb.edu.au
Mon Dec 18 23:30:20 AEDT 2006


On Mon, 11 Dec 2006, Zoltan Somogyi wrote:

> runtime/mercury_wrapper.c:
> 	Fix the hard_coded/runtime_opts test case. The problem was that getopts
> 	was returning '?' to indicate an unrecognized option, but due to the
> 	increase in the number of long options recently, the ASCII code for '?'
> 	was interpreted as the MR_TRACE_COUNT_FILE value in the MR_long_option
> 	enum.
>
> 	The fix is to raise all values of that enum out of the range of
> 	ASCII codes.
>

You don't seem to have committed this one.

Julien.
--------------------------------------------------------------------------
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