diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-06-23 07:11:39 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-06-23 07:11:39 +0000 |
| commit | 838faf1c74baef97c12d0c44ab410ffe1735f04a (patch) | |
| tree | b989f701d1f8dc34befa0a88fa422b8d87f01836 /include | |
| parent | ddc1eded85352aaaea972947cbf133d0ded34d53 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/_ctype.h | 11 | ||||
| -rw-r--r-- | include/ctype.h | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/include/_ctype.h b/include/_ctype.h index 7ab3bbfd7c02..194959e19b4a 100644 --- a/include/_ctype.h +++ b/include/_ctype.h @@ -168,17 +168,6 @@ __END_DECLS #endif /* - * <runetype.h> brings namespace pollution (struct member names). This prevents - * us from using the inline optimizations in the more strict __POSIX_VISIBLE and - * __XSI_VISIBLE namespaces. To fix this properly would require that we rename - * member names of long-standing structs, or something equally evil. - */ -#if !__BSD_VISIBLE && !defined(_USE_CTYPE_INLINE_) && \ - !defined(_DONT_USE_CTYPE_INLINE_) -#define _DONT_USE_CTYPE_INLINE_ -#endif - -/* * Use inline functions if we are allowed to and the compiler supports them. */ #if !defined(_DONT_USE_CTYPE_INLINE_) && \ diff --git a/include/ctype.h b/include/ctype.h index 7ab3bbfd7c02..194959e19b4a 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -168,17 +168,6 @@ __END_DECLS #endif /* - * <runetype.h> brings namespace pollution (struct member names). This prevents - * us from using the inline optimizations in the more strict __POSIX_VISIBLE and - * __XSI_VISIBLE namespaces. To fix this properly would require that we rename - * member names of long-standing structs, or something equally evil. - */ -#if !__BSD_VISIBLE && !defined(_USE_CTYPE_INLINE_) && \ - !defined(_DONT_USE_CTYPE_INLINE_) -#define _DONT_USE_CTYPE_INLINE_ -#endif - -/* * Use inline functions if we are allowed to and the compiler supports them. */ #if !defined(_DONT_USE_CTYPE_INLINE_) && \ |
