Explorar o código

structure: CAvl: rename CAVL_PARAM_VERIFY to CAVL_AUTO_VERIFY, because it's meant to be used globally rather than as
a parameter

ambrop7 %!s(int64=14) %!d(string=hai) anos
pai
achega
48ce9a8148
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      structure/CAvl_impl.h

+ 1 - 1
structure/CAvl_impl.h

@@ -128,7 +128,7 @@ static int CAvl_verify_recurser (CAvlArg arg, CAvlRef n)
 
 static void CAvl_assert_tree (CAvl *o, CAvlArg arg)
 {
-#ifdef CAVL_PARAM_VERIFY
+#ifdef CAVL_AUTO_VERIFY
     CAvl_Verify(o, arg);
 #endif
 }