Subject: | spamc/libspamc.c uses "//" as comment characters |
spamc/libspamcc.c uses "//" as comment characters in a few places,
instead of "/* ... */" (which is used elsewhere in the file).
This causes needless pain if your compiler doesn't recognise these as legal.