Frank Heckenbach wrote:
Markus Gerwinski wrote:
started my first steps in BP. Besides, since it can always happen that you run into that recursion at some point, I used to always declare the function's return value as a local variable whenever the function was bigger than a one-liner, even in my old BP days.
This may be a matter of taste, but I was really happy when GPC gained the ability to declare them in the function implementation's header, and I'd be really, really sad to lose it again.
I agree. This patch should change it back, unless `--object-pascal' is given. (markus10*.pas)
Yay! :-) Thank you very much!
Markus