diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-02-15 00:51:53 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-02-15 00:51:53 +0000 |
commit | 2bdd4ca6b6c38367e301042c2247395568c63ebd (patch) | |
tree | 8fb33d2cfb3fc67852327483322747eceefb91ae /string | |
parent | dd395cf1103ec8e26affcf501791505ded4d31c6 (diff) | |
download | glibc-2bdd4ca6b6c38367e301042c2247395568c63ebd.tar.gz glibc-2bdd4ca6b6c38367e301042c2247395568c63ebd.tar.xz glibc-2bdd4ca6b6c38367e301042c2247395568c63ebd.zip |
Remove miscellaneous bounded-pointers relics in C code.
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 8b6a36fab5..94f5ee917f 100644 --- a/string/bits/string2.h +++ b/string/bits/string2.h @@ -21,7 +21,7 @@ # error "Never use <bits/string2.h> directly; include <string.h> instead." #endif -#if !defined __NO_STRING_INLINES && !defined __BOUNDED_POINTERS__ +#ifndef __NO_STRING_INLINES /* Unlike the definitions in the header <bits/string.h> the definitions contained here are not optimized down to assembler |