diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 22:30:23 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 22:30:23 +0000 |
commit | 312acd2aade1d419ca60a13ff19ef17eda653c25 (patch) | |
tree | 2fd613ed541a80f91baf3cb52f4d0c8252770e88 /lib | |
parent | 590ffb802be5c39823cf9b997aa4c66a43df8349 (diff) | |
download | coreutils-312acd2aade1d419ca60a13ff19ef17eda653c25.tar.xz |
Fix typo: missing ).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/obstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |