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/e337b260507d12f4a6312aa6c34c2f8a16a732b8?ds=sidebyside Even inside #if 0 comments are comments. --- diff --git a/src/dict.c b/src/dict.c index 2835de56..69656734 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 ------------------------*/