From: Paul Eggert Date: Wed, 11 Aug 2004 22:30:23 +0000 (+0000) Subject: Fix typo: missing ). X-Git-Tag: v5.3.0~785 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312acd2aade1d419ca60a13ff19ef17eda653c25;p=thirdparty%2Fcoreutils.git Fix typo: missing ). --- diff --git a/lib/obstack.c b/lib/obstack.c index 9137ce3483..25cb9abba3 100644 --- a/lib/obstack.c +++ b/lib/obstack.c @@ -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. */