]> git.saurik.com Git - redis.git/commitdiff
Even inside #if 0 comments are comments.
authorantirez <antirez@gmail.com>
Sat, 21 Apr 2012 19:49:21 +0000 (21:49 +0200)
committerantirez <antirez@gmail.com>
Sat, 21 Apr 2012 19:49:21 +0000 (21:49 +0200)
src/dict.c

index 44073786ea90394368382ef14e31b8681be14612..e6668082fdb281dce6ec7c12647032c0739377ba 100644 (file)
@@ -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 ------------------------*/