Menu

#34 C++ comment style used

open
nobody
5
2012-09-14
2008-01-29
No

There are a couple of files where a C++ style comment characters are used '//'. Unfortunately, while tolerated by gcc, such comments are not legal C and make other compilers balk, for example IBM's XlC stops with an error.

The files concerned are:
lib/ripemd.c: line 59.3
lib/ripemd.c: line 62.3
lib/snefru.c: line 23

Regards Markus

Discussion


Log in to post a comment.