X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2Ftalloc.h;h=b1b5e9ac461836737fed14a2a97f77c67d68af2d;hp=59c132edc3a90021745f3be92a7807593cb38e65;hb=1dcd3ad51bbeb4ba8048b08d62278df8e428031a;hpb=9450cb3c1dff76e09305d18687291bce4221e9b6 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