Dear Tobias, > This patch fixes two issues related to intrinsic operators: > > a) No error for nonexisting operators: > USE m, operator(*) > > > b) An bogus error if one tried to use-associate the same operator multiple > times: > USE m, operator(+), operator(+) > > Those are old issues. New issue (and thus the PR is marked as regression) is > that the bogus error now also is printed for: > USE m, operator(+) > USE m, operator(+) > > Build and regtested on x86-64-linux. > OK for trunk?
This was quite useful for me - I had got quite behind with development of module.c; even the documentation on the wiki is badly out of date. I will update this, as soon as I have a spare moment. :-) This is OK for trunk. Thanks for the patch! Paul