On Fri, Aug 8, 2014 at 12:42 AM, Prathamesh Kulkarni
wrote:
> reject operator to be used as variable in for.
> eg:
> (for mult in plus minus)
>
>
> * genmatch.c (get_operator): New function.
> (e_operation::e_operation): Adjust to call get_operator.
> (parse_for): Add call to get_
reject operator to be used as variable in for.
eg:
(for mult in plus minus)
* genmatch.c (get_operator): New function.
(e_operation::e_operation): Adjust to call get_operator.
(parse_for): Add call to get_operator.
Thanks,
Prathamesh
Index: genmatch.c