]> git.ozlabs.org Git - ccan/blobdiff - ccan/talloc/talloc.h
compiler, talloc, tap, tdb2: use #if instead of #ifdef.
[ccan] / ccan / talloc / talloc.h
index 59c132edc3a90021745f3be92a7807593cb38e65..b1b5e9ac461836737fed14a2a97f77c67d68af2d 100644 (file)
@@ -276,7 +276,7 @@ int talloc_free(const void *ptr);
  */
 #define talloc_size(ctx, size) talloc_named_const(ctx, size, __location__)
 
-#ifdef HAVE_TYPEOF
+#if HAVE_TYPEOF
 /**
  * talloc_steal - change/set the parent context of a talloc pointer
  * @ctx: the new parent