Hello all, I need some testers here. This patch tries to remove the lint directives from the libffi code. As far as I am aware, nobody uses this directives. So, I think for code cleanness it would be a first step to remove these. I can test on powerpc-linux, darwin, solaris and hp-ux. I do not expect a fallout, but to be sure it would be nice to have some more tests. The patch is against trunk. If tests go fine, ok for trunk? Thanks, Andreas 2006-04-19 Andreas Tobler * README: Remove notice about 'Crazy Comments'. * src/debug.c: Remove lint directives. Cleanup white spaces. * src/java_raw_api.c: Likewise. * src/prep_cif.c: Likewise. * src/raw_api.c: Likewise. * src/ffitest.c: Delete. * src/arm/ffi.c: Remove lint directives. * src/m32r/ffi.c: Likewise. * src/pa/ffi.c: Likewise. * src/powerpc/ffi.c: Likewise. * src/powerpc/ffi_darwin.c: Likewise. * src/sh/ffi.c: Likewise. * src/sh64/ffi.c: Likewise. * src/x86/ffi.c: Likewise. * testsuite/libffi.call/float2.c: Likewise. * testsuite/libffi.call/promotion.c: Likewise. * testsuite/libffi.call/struct1.c: Likewise.