]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Omit a parenthesis pair again (fixing inadvertent revert)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 May 2025 19:07:46 +0000 (12:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 May 2025 19:07:46 +0000 (12:07 -0700)
lib/obstack.in.h

index 4b133c32cce919154fd7d4f46bc89d21fce37d47..698b6b37a7c7f3b2e11632a0ff9f270504e239f4 100644 (file)
@@ -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 */