---
lib/obstack.in.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/obstack.in.h b/lib/obstack.in.h
index 4b133c32cc..698b6b37a7 100644
--- a/lib/obstack.in.h
+++ b/lib/obstack.in.h
@@ -593,7 +593,7 @@ extern int obstack_exit_failure;
(((_OBSTACK_CPTR) (h)->chunk < (OBSTACK_CPTR) (h)->temp.tempptr \
&& (_OBSTACK_CPTR) (h)->temp.tempptr < (_OBSTACK_CPTR) (h)->chunk_limit) \
? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.tempptr) \
- : __obstack_free ((h), (h)->temp.tempptr)))
+ : __obstack_free (h, (h)->temp.tempptr)))
#endif /* not __GNUC__-like */
--
2.49.0