Subject: | C99 comment is a nogo |
Already fixed in blead
http://perl5.git.perl.org/perl.git/commit/1b7c306550e17237aec242cbef7ad7c3fdbd16f5
commit 1b7c306550e17237aec242cbef7ad7c3fdbd16f5
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Thu Nov 14 12:53:03 2013 +0100
NO C99 comments, please!
diff --git a/cpan/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs
index 83ba736..679c416 100644
--- a/cpan/DB_File/DB_File.xs
+++ b/cpan/DB_File/DB_File.xs
@@ -1498,7 +1498,7 @@ SV * sv ;
if (status)
{
- db_close(RETVAL); // close **dbp handle to prevent mem.leak
+ db_close(RETVAL); /* close **dbp handle to prevent mem.leak */
RETVAL->dbp = NULL ;
}