X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2Ftalloc.h;h=b1b5e9ac461836737fed14a2a97f77c67d68af2d;hp=59c132edc3a90021745f3be92a7807593cb38e65;hb=74b0109ebd2a30d57d19ae9a56f16c0f3b3637eb;hpb=e70eae05572ae0e7ae119ad02b278f73d4c583dc diff --git a/ccan/talloc/talloc.h b/ccan/talloc/talloc.h index 59c132ed..b1b5e9ac 100644 --- a/ccan/talloc/talloc.h +++ b/ccan/talloc/talloc.h @@ -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