Aah. it's just the .cmod code. Then I get it...
/ Mirar
Previous text:
2004-05-05 10:31: Subject: precompile.pike
Avoid problems with compilers that wants all variables defined before the code in a function. When Nilsson and wrote the new C-based hash-methods for the Crypto module, I accidently put a variable definition in the middle of the code. GCC didn't complain but some other platforms did.
Instead of learning C better, I developed code that solves the problem... ;)
/ Marcus Agehall (Scanian)