From affbbb22387acbdb323b0394e1d079a0cbd944f1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 24 Jun 2004 05:53:54 +0000 Subject: (obstack_base): Fix parentheses. From Paul Eggert. --- lib/obstack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obstack.h b/lib/obstack.h index 8d322b8e1..dec18aca8 100644 --- a/lib/obstack.h +++ b/lib/obstack.h @@ -206,7 +206,7 @@ extern int obstack_exit_failure; Note that this might not be the final address of the object because a new chunk might be needed to hold the final size. */ -#define obstack_base(h) (void *)((h)->object_base) +#define obstack_base(h) ((void *)(h)->object_base) /* Size for allocating ordinary chunks. */ -- cgit v1.2.3-70-g09d2