From 312acd2aade1d419ca60a13ff19ef17eda653c25 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 11 Aug 2004 22:30:23 +0000 Subject: Fix typo: missing ). --- lib/obstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/obstack.c b/lib/obstack.c index 9137ce348..25cb9abba 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. */ -- cgit v1.2.3-54-g00ecf