[m-rev.] for review: conditional breakpoints
Ian MacLarty
maclarty at cs.mu.OZ.AU
Tue Feb 1 12:54:44 AEDT 2005
On 31 Jan 2005, at 18:40, Zoltan Somogyi wrote:
>> Are cases like "f(1 , 2)" handled (where there is a space before
>> and after the comma)?
>
> The command line parser deletes all spaces except those inside quotes.
Is the following code in MR_create_cargs necessary then?
+ while (more[i] != '\0' && MR_isspace(more[i])) {
+ i++;
+ }
Ian.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list