From 1b3b5b96e6c19f283c45d1b5970fe9f07975f0fe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 25 Oct 2000 06:01:24 +0000 Subject: [PATCH] cppi, on one line --- lib/obstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obstack.c b/lib/obstack.c index 53ede1506f..dde9405b82 100644 --- a/lib/obstack.c +++ b/lib/obstack.c @@ -457,7 +457,7 @@ _obstack_memory_used (h) /* Define the error handler. */ # ifndef _ -# if defined HAVE_LIBINTL_H || defined _LIBC +# if defined HAVE_LIBINTL_H || defined _LIBC # include # ifndef _ # define _(Str) gettext (Str) -- 2.30.2