From eb6e0abee19a5c1a28fe1b294fa76f5b76633553 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Jan 2002 04:05:17 +0000 Subject: [PATCH] Minor cleanup after last patch. --- string/bits/string2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/bits/string2.h b/string/bits/string2.h index fa847771fec..6c56c63cc12 100644 --- a/string/bits/string2.h +++ b/string/bits/string2.h @@ -581,7 +581,7 @@ __strcpy_small (char *__dest, # define stpcpy(dest, src) __stpcpy (dest, src) # endif -# if !__GNUC_PREREQ (3, 0) || _FORCE_INLINES +# if !__GNUC_PREREQ (3, 0) || defined _FORCE_INLINES # if _STRING_ARCH_unaligned # ifndef _FORCE_INLINES # define __stpcpy_args(src) \ -- 2.47.2