From: antirez Date: Sat, 21 Apr 2012 19:49:21 +0000 (+0200) Subject: Even inside #if 0 comments are comments. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/eb6e7eb94df3f29b33dcdf40b1790dadc7f37f50?ds=sidebyside Even inside #if 0 comments are comments. --- diff --git a/src/dict.c b/src/dict.c index 44073786..e6668082 100644 --- a/src/dict.c +++ b/src/dict.c @@ -643,8 +643,8 @@ void dictDisableResize(void) { #if 0 -The following is code that we don't use for Redis currently, but that is part -of the library. +/* The following is code that we don't use for Redis currently, but that is part +of the library. */ /* ----------------------- Debugging ------------------------*/