]> git.saurik.com Git - redis.git/blobdiff - src/dict.c
Even inside #if 0 comments are comments.
[redis.git] / src / dict.c
index 2835de5668f4e7db43d5480c862d08c92a782cbd..69656734c6085a9e28b51eb75df218e3dd71da7a 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 ------------------------*/