Page 1 of 1

Too many edits on one single line

Posted: Tue May 04, 2021 8:17 am
by doudoudoudoudou
I constantly encounter the error, which is annoying.

Too many edits on one single line - possible recursion in macro calls
compilation will be terminated

There is no real bug in the code (no infinite nest, no recursion). I have to shorten the line by changing the parameter names to shorter names. I have almost made the parameter names as short as possible.

Is there a way to get rid of this error? e.g. turn off checking the length of a line?

Thanks!

Re: Too many edits on one single line

Posted: Wed May 05, 2021 7:13 am
by bussieck
Can you send an example? -Michael