diff options
Diffstat (limited to 'string')
-rw-r--r-- | string/bits/string2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bits/string2.h b/string/bits/string2.h index fa847771fe..6c56c63cc1 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) \ |