From: Theodore Ts'o Date: Sun, 13 Jul 2008 16:27:33 +0000 (-0400) Subject: Use K&R style comments instead of C99 comments for portability X-Git-Tag: v1.41.1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c3e1b917caf780943695da3e5d772688ca7ab91;p=thirdparty%2Fe2fsprogs.git Use K&R style comments instead of C99 comments for portability Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ext2fs/ext3_extents.h b/lib/ext2fs/ext3_extents.h index ba980e4af..05c226406 100644 --- a/lib/ext2fs/ext3_extents.h +++ b/lib/ext2fs/ext3_extents.h @@ -37,7 +37,7 @@ * if EXT_DEBUG is defined you can use 'extdebug' mount option * to get lots of info what's going on */ -//#define EXT_DEBUG +/* #define EXT_DEBUG */ #ifdef EXT_DEBUG #define ext_debug(tree,fmt,a...) \ do { \