]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typo: missing ).
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 22:30:23 +0000 (22:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 22:30:23 +0000 (22:30 +0000)
lib/obstack.c

index 9137ce348310ef22dd6a120dd54ecd14c308cb58..25cb9abba31c3845c44682ef176c1678dce32462 100644 (file)
@@ -111,7 +111,7 @@ int obstack_exit_failure = EXIT_FAILURE;
 # endif
 
 # ifdef _LIBC
-#  if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4
+#  if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4)
 /* A looong time ago (before 1994, anyway; we're not sure) this global variable
    was used by non-GNU-C macros to avoid multiple evaluation.  The GNU C
    library still exports it because somebody might use it.  */