In libfame 0.9.1 - Feb 10, 2004, there is a C++ comment instead of a C comment in source file fame_rate_1param.c, line 273. This prevents C only compiler from compiling this file.
Logged In: YES user_id=1208427
Since C99, // comments are now allowed in C. The gcc compiler, among others, supports this.
Log in to post a comment.
Logged In: YES
user_id=1208427
Since C99, // comments are now allowed in C. The gcc
compiler, among others, supports this.